Uses of Interface
com.oracle.coherence.grpc.proxy.common.BindableGrpcProxyService
Packages that use BindableGrpcProxyService
Package
Description
The Netty based Coherence gRPC server implementation.
The Helidon based Coherence gRPC server implementation.
-
Uses of BindableGrpcProxyService in com.oracle.coherence.grpc.proxy
Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type BindableGrpcProxyServiceModifier and TypeMethodDescriptionstatic List
<BindableGrpcProxyService> NettyGrpcAcceptorController.createGrpcServices()
Obtain the list of gRPC proxy services to bind to a gRPC server.static List
<BindableGrpcProxyService> NettyGrpcAcceptorController.createGrpcServices
(GrpcServiceDependencies depsService) Obtain the list of gRPC proxy services to bind to a gRPC server.NettyGrpcAcceptorController.getBindableServices()
Return the list of services this controller is serving. -
Uses of BindableGrpcProxyService in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement BindableGrpcProxyServiceModifier and TypeClassDescriptionclass
A plain gRPC implementation of NamedCache service. -
Uses of BindableGrpcProxyService in com.oracle.coherence.grpc.proxy.helidon
Methods in com.oracle.coherence.grpc.proxy.helidon that return types with arguments of type BindableGrpcProxyServiceModifier and TypeMethodDescriptionstatic List
<BindableGrpcProxyService> HelidonGrpcAcceptorController.createGrpcServices
(GrpcServiceDependencies depsService) Obtain the list of gRPC proxy services to bind to a gRPC server.HelidonGrpcAcceptorController.getBindableServices()
Return the list of services this controller is serving.