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 GrpcServiceDependenciesNettyGrpcAcceptorController.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 interfaceThe dependencies to configure aBaseGrpcServiceImpl.static interfaceThe dependencies to configure aProxyServiceGrpcImpl.Classes in com.oracle.coherence.grpc.proxy.common that implement GrpcServiceDependenciesModifier and TypeClassDescriptionstatic classThe defaultBaseGrpcServiceImpl.Dependenciesimplementation.static classThe defaultGrpcServiceDependenciesimplementation.static classThe defaultProxyServiceGrpcImpl.Dependenciesimplementation.Methods in com.oracle.coherence.grpc.proxy.common that return GrpcServiceDependenciesModifier and TypeMethodDescriptionprotected abstract GrpcServiceDependenciesBaseGrpcAcceptorController.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 theBindableServiceFactoryinstances 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 interfaceThe dependencies to configure aNamedCacheService.Classes in com.oracle.coherence.grpc.proxy.common.v0 that implement GrpcServiceDependenciesModifier and TypeClassDescriptionstatic classThe defaultNamedCacheService.Dependenciesimplementation.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 GrpcServiceDependenciesHelidonGrpcAcceptorController.createServiceDeps()Methods in com.oracle.coherence.grpc.proxy.helidon with parameters of type GrpcServiceDependenciesModifier and TypeMethodDescriptionHelidonBindableServiceFactory.createServices(GrpcServiceDependencies depsService)