Uses of Interface
com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
-
Packages that use GrpcServiceDependencies Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation. -
-
Uses of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy
Subinterfaces of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy Modifier and Type Interface Description static interface
BaseGrpcServiceImpl.Dependencies
The dependencies to configure aBaseGrpcServiceImpl
.static interface
NamedCacheService.Dependencies
The dependencies to configure aNamedCacheServiceImpl
.Classes in com.oracle.coherence.grpc.proxy that implement GrpcServiceDependencies Modifier and Type Class Description static class
BaseGrpcServiceImpl.DefaultDependencies
The defaultBaseGrpcServiceImpl.Dependencies
implementation.static class
GrpcServiceDependencies.DefaultDependencies
The defaultGrpcServiceDependencies
implementation.static class
NamedCacheService.DefaultDependencies
The defaultNamedCacheService.Dependencies
implementation.Methods in com.oracle.coherence.grpc.proxy with parameters of type GrpcServiceDependencies Modifier and Type Method Description static List<BindableGrpcProxyService>
DefaultGrpcAcceptorController. createGrpcServices(GrpcServiceDependencies depsService)
Obtain the list of gRPC proxy services to bind to a gRPC server.Constructors in com.oracle.coherence.grpc.proxy with parameters of type GrpcServiceDependencies Constructor Description DefaultDependencies(GrpcServiceDependencies deps)
DefaultDependencies(GrpcServiceDependencies deps)
DefaultDependencies(GrpcServiceDependencies deps)
-