GRPC Objective-C
1.39.1
|
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 | |
GRPCChannel * | wrappedChannel |
Return the pointer to the raw channel wrapped. More... | |
Test-only interface for GRPCPooledChannel.
- (nullable instancetype) initWithChannelConfiguration: | (GRPCChannelConfiguration *) | channelConfiguration | |
destroyDelay: | (NSTimeInterval) | destroyDelay | |
Initialize a pooled channel with non-default destroy delay for testing purpose.
Extends class GRPCPooledChannel.
|
readatomicassign |
Return the pointer to the raw channel wrapped.
Extends class GRPCPooledChannel.