21 NS_ASSUME_NONNULL_BEGIN
45 - (nullable instancetype)initWithChannelConfiguration:
Immutable user configurable options for a gRPC call.
Definition: GRPCCallOptions.h:30
Signature for the channel.
Definition: GRPCChannel.h:36
Each separate instance of this class represents at least one TCP connection to the provided host.
Definition: GRPCChannel.h:66
Manage the pool of connected channels.
Definition: GRPCChannelPool.h:76
nullable instancetype sharedInstance()
Get the global channel pool.
nullable instancetype NS_UNAVAILABLE()
void disconnectAllChannels()
Disconnect all channels in this pool.
This class lets one more easily use |grpc_completion_queue|.
Definition: GRPCCompletionQueue.h:36
A proxied channel object that can be retained and used to create GRPCWrappedCall object regardless of...
Definition: GRPCChannelPool.h:37
nullable instancetype NS_UNAVAILABLE()
void disconnect()
Force the channel to disconnect immediately.
Definition: GRPCWrappedCall.h:77