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