Uses of Interface
com.oracle.coherence.grpc.proxy.BindableGrpcProxyService
-
Packages that use BindableGrpcProxyService Package Description com.oracle.coherence.grpc.proxy The Coherence gRPC server implementation. -
-
Uses of BindableGrpcProxyService in com.oracle.coherence.grpc.proxy
Classes in com.oracle.coherence.grpc.proxy that implement BindableGrpcProxyService Modifier and Type Class Description class
NamedCacheServiceGrpcImpl
A plain gRPC implementation of NamedCache service.Methods in com.oracle.coherence.grpc.proxy that return types with arguments of type BindableGrpcProxyService Modifier and Type Method Description static List<BindableGrpcProxyService>
DefaultGrpcAcceptorController. createGrpcServices()
Obtain the list of gRPC proxy services to bind to a gRPC server.static List<BindableGrpcProxyService>
DefaultGrpcAcceptorController. createGrpcServices(GrpcServiceDependencies depsService)
Obtain the list of gRPC proxy services to bind to a gRPC server.List<BindableGrpcProxyService>
GrpcServerController. createGrpcServices()
Deprecated.List<BindableGrpcProxyService>
DefaultGrpcAcceptorController. getBindableServices()
Return the list of services this controller is serving.
-