Package com.oracle.coherence.grpc.proxy
Class NettyBindableServiceFactory
java.lang.Object
com.oracle.coherence.grpc.proxy.NettyBindableServiceFactory
- All Implemented Interfaces:
com.oracle.coherence.grpc.proxy.common.BindableServiceFactory
public class NettyBindableServiceFactory
extends Object
implements com.oracle.coherence.grpc.proxy.common.BindableServiceFactory
The Netty
BindableServiceFactory
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList
<com.oracle.coherence.grpc.proxy.common.BindableGrpcProxyService> createServices
(com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies depsService)
-
Constructor Details
-
NettyBindableServiceFactory
public NettyBindableServiceFactory()
-
-
Method Details
-
createServices
public List<com.oracle.coherence.grpc.proxy.common.BindableGrpcProxyService> createServices(com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies depsService) - Specified by:
createServices
in interfacecom.oracle.coherence.grpc.proxy.common.BindableServiceFactory
-