Package com.oracle.coherence.client
Interface GrpcChannelConfigurer
-
public interface GrpcChannelConfigurerA class that can apply additional configuration to aManagedChannelBuilderbefore it is used to build aManagedChannel.- Since:
- 22.06.2
- Author:
- Jonathan Knight 2022.08.25
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(io.grpc.ManagedChannelBuilder<?> builder)
-