#import <GRPCChannelPool+Test.h>
Instance Methods | |
(nullable instancetype) | - initWithChannelConfiguration:destroyDelay: |
Properties | |
GRPCChannel * | wrappedChannel |
Test-only interface for GRPCPooledChannel.
Definition at line 24 of file GRPCChannelPool+Test.h.
- (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.
Definition at line 36 of file GRPCChannelPool+Test.h.