Uses of Interface
com.oracle.coherence.client.ChannelProvider
-
Packages that use ChannelProvider Package Description com.oracle.coherence.client An implementation of a Coherence Java gRPC client.com.oracle.coherence.client.config -
-
Uses of ChannelProvider in com.oracle.coherence.client
Methods in com.oracle.coherence.client with parameters of type ChannelProvider Modifier and Type Method Description ChannelProvidersChannelProviders. add(ChannelProvider provider)Deprecated.Add aChannelProviderto the registry.default intChannelProvider. compareTo(ChannelProvider other) -
Uses of ChannelProvider in com.oracle.coherence.client.config
Methods in com.oracle.coherence.client.config that return types with arguments of type ChannelProvider Modifier and Type Method Description Optional<ChannelProvider>DefaultGrpcChannelDependencies. getChannelProvider()Returns the optionalChannelProviderto use to create aChannel.Method parameters in com.oracle.coherence.client.config with type arguments of type ChannelProvider Modifier and Type Method Description voidDefaultGrpcChannelDependencies. setChannelProvider(com.tangosol.coherence.config.builder.ParameterizedBuilder<ChannelProvider> bldr)Set theParameterizedBuilderthat builds aChannelProvider.
-