GRPC Objective-C  1.26.0
Instance Methods | Properties
GRPCPooledChannel(Test) Category Reference

Test-only interface for GRPCPooledChannel. More...

#import <GRPCChannelPool+Test.h>

Instance Methods

(nullable instancetype) - initWithChannelConfiguration:destroyDelay:
 Initialize a pooled channel with non-default destroy delay for testing purpose. More...
 

Properties

GRPCChannelwrappedChannel
 Return the pointer to the raw channel wrapped. More...
 

Detailed Description

Test-only interface for GRPCPooledChannel.

Method Documentation

◆ initWithChannelConfiguration:destroyDelay:()

- (nullable instancetype) initWithChannelConfiguration: (GRPCChannelConfiguration *)  channelConfiguration
destroyDelay: (NSTimeInterval)  destroyDelay 

Initialize a pooled channel with non-default destroy delay for testing purpose.

Extends class GRPCPooledChannel.

Property Documentation

◆ wrappedChannel

- (GRPCChannel*) wrappedChannel
readatomicassign

Return the pointer to the raw channel wrapped.

Extends class GRPCPooledChannel.


The documentation for this category was generated from the following file: