Uses of Interface
com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies
Packages that use GrpcServiceDependencies
Package
Description
The Netty based Coherence gRPC server implementation.
The Helidon based Coherence gRPC server implementation.
- 
Uses of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy with parameters of type GrpcServiceDependenciesModifier and TypeMethodDescriptionstatic List<BindableGrpcProxyService> NettyGrpcAcceptorController.createGrpcServices(GrpcServiceDependencies depsService) Obtain the list of gRPC proxy services to bind to a gRPC server. - 
Uses of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy.common
Subinterfaces of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy.commonModifier and TypeInterfaceDescriptionstatic interfaceThe dependencies to configure aBaseGrpcServiceImpl.static interfaceThe dependencies to configure aNamedCacheService.Classes in com.oracle.coherence.grpc.proxy.common that implement GrpcServiceDependenciesModifier and TypeClassDescriptionstatic classThe defaultBaseGrpcServiceImpl.Dependenciesimplementation.static classThe defaultGrpcServiceDependenciesimplementation.static classThe defaultNamedCacheService.Dependenciesimplementation.Constructors in com.oracle.coherence.grpc.proxy.common with parameters of type GrpcServiceDependenciesModifierConstructorDescription - 
Uses of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy.helidon
Methods in com.oracle.coherence.grpc.proxy.helidon with parameters of type GrpcServiceDependenciesModifier and TypeMethodDescriptionstatic List<BindableGrpcProxyService> HelidonGrpcAcceptorController.createGrpcServices(GrpcServiceDependencies depsService) Obtain the list of gRPC proxy services to bind to a gRPC server.