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 TypeMethodDescriptionNettyBindableServiceFactory.createServices(GrpcServiceDependencies depsService)  - 
Uses of BindableGrpcProxyService in com.oracle.coherence.grpc.proxy.common
Classes in com.oracle.coherence.grpc.proxy.common that implement BindableGrpcProxyServiceModifier and TypeClassDescriptionclassThe implementation of the generatedProxyServiceGrpc.AsyncService.Methods in com.oracle.coherence.grpc.proxy.common that return types with arguments of type BindableGrpcProxyServiceModifier 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.BaseGrpcAcceptorController.getBindableServices()Return the list of services this controller is serving.Methods in com.oracle.coherence.grpc.proxy.common with parameters of type BindableGrpcProxyServiceModifier and TypeMethodDescriptionprotected io.grpc.ServerServiceDefinitionBaseGrpcAcceptorController.applyInterceptors(BindableGrpcProxyService service)  - 
Uses of BindableGrpcProxyService in com.oracle.coherence.grpc.proxy.common.concurrent
Methods in com.oracle.coherence.grpc.proxy.common.concurrent that return types with arguments of type BindableGrpcProxyServiceModifier and TypeMethodDescriptionConcurrentServiceFactory.createServices(GrpcServiceDependencies depsService)  - 
Uses of BindableGrpcProxyService in com.oracle.coherence.grpc.proxy.common.v0
Classes in com.oracle.coherence.grpc.proxy.common.v0 that implement BindableGrpcProxyServiceModifier and TypeClassDescriptionclassA 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 TypeMethodDescriptionHelidonBindableServiceFactory.createServices(GrpcServiceDependencies depsService)