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 that return GrpcServiceDependenciesModifier and TypeMethodDescriptionprotected GrpcServiceDependencies
NettyGrpcAcceptorController.createServiceDeps()
Methods in com.oracle.coherence.grpc.proxy with parameters of type GrpcServiceDependenciesModifier and TypeMethodDescriptionNettyBindableServiceFactory.createServices
(GrpcServiceDependencies depsService) -
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 aProxyServiceGrpcImpl
.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 defaultProxyServiceGrpcImpl.Dependencies
implementation.Methods in com.oracle.coherence.grpc.proxy.common that return GrpcServiceDependenciesModifier and TypeMethodDescriptionprotected abstract GrpcServiceDependencies
BaseGrpcAcceptorController.createServiceDeps()
Methods in com.oracle.coherence.grpc.proxy.common with parameters of type GrpcServiceDependenciesModifier and TypeMethodDescriptionBindableServiceFactory.createServices
(GrpcServiceDependencies depsService) static List
<BindableGrpcProxyService> BindableServiceFactory.discoverServices
(GrpcServiceDependencies depsService) Discover all theBindableServiceFactory
instances and return all the BindableGrpcProxyService instances created by the factories.protected List
<io.grpc.ServerServiceDefinition> BaseGrpcAcceptorController.ensureServices
(GrpcServiceDependencies serviceDeps) Constructors in com.oracle.coherence.grpc.proxy.common with parameters of type GrpcServiceDependenciesModifierConstructorDescription -
Uses of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy.common.concurrent
Methods in com.oracle.coherence.grpc.proxy.common.concurrent with parameters of type GrpcServiceDependenciesModifier and TypeMethodDescriptionConcurrentServiceFactory.createServices
(GrpcServiceDependencies depsService) -
Uses of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy.common.v0
Subinterfaces of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy.common.v0Modifier and TypeInterfaceDescriptionstatic interface
The dependencies to configure aNamedCacheService
.Classes in com.oracle.coherence.grpc.proxy.common.v0 that implement GrpcServiceDependenciesModifier and TypeClassDescriptionstatic class
The defaultNamedCacheService.Dependencies
implementation.Constructors in com.oracle.coherence.grpc.proxy.common.v0 with parameters of type GrpcServiceDependencies -
Uses of GrpcServiceDependencies in com.oracle.coherence.grpc.proxy.helidon
Methods in com.oracle.coherence.grpc.proxy.helidon that return GrpcServiceDependenciesModifier and TypeMethodDescriptionprotected GrpcServiceDependencies
HelidonGrpcAcceptorController.createServiceDeps()
Methods in com.oracle.coherence.grpc.proxy.helidon with parameters of type GrpcServiceDependenciesModifier and TypeMethodDescriptionHelidonBindableServiceFactory.createServices
(GrpcServiceDependencies depsService)