Package io.deephaven.client.impl
Interface ClientChannelFactory
- All Known Implementing Classes:
ClientChannelFactoryDefaulter
public interface ClientChannelFactory
-
Method Summary
Modifier and TypeMethodDescriptionio.grpc.ManagedChannel
create
(ClientConfig clientConfig) static ClientChannelFactory
The default client channel factory.
-
Method Details
-
defaultInstance
The default client channel factory. Equivalent toChannelHelper.channel(ClientConfig)
.- Returns:
- the default client channel factory.
-
create
-