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 interface
The dependencies to configure aBaseGrpcServiceImpl
.static interface
The dependencies to configure aNamedCacheService
.Classes in com.oracle.coherence.grpc.proxy.common that implement GrpcServiceDependenciesModifier and TypeClassDescriptionstatic class
The defaultBaseGrpcServiceImpl.Dependencies
implementation.static class
The defaultGrpcServiceDependencies
implementation.static class
The defaultNamedCacheService.Dependencies
implementation.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.