Package com.oracle.coherence.grpc.proxy
Interface GrpcServiceDependencies
- All Known Subinterfaces:
BaseGrpcServiceImpl.Dependencies,NamedCacheService.Dependencies
- All Known Implementing Classes:
BaseGrpcServiceImpl.DefaultDependencies,GrpcServiceDependencies.DefaultDependencies,NamedCacheService.DefaultDependencies
public interface GrpcServiceDependencies
The dependencies for a gRPC bindable service.
- Since:
- 22.06.2
- Author:
- Jonathan Knight 2022.08.25
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classThe defaultGrpcServiceDependenciesimplementation. -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.tangosol.application.Context> Return the optional applicationContext.Optional<com.tangosol.internal.util.DaemonPool> Return theDaemonPool.Return theExecutor.Return theNamedSerializerFactory.Return the optional managementRegistryto register the proxy MBean with.Return the transfer threshold.
-
Method Details
-
getNamedSerializerFactory
Optional<NamedSerializerFactory> getNamedSerializerFactory()Return theNamedSerializerFactory.- Returns:
- the
NamedSerializerFactory
-
getExecutor
Return theExecutor.- Returns:
- the
Executor
-
getDaemonPool
Optional<com.tangosol.internal.util.DaemonPool> getDaemonPool()Return theDaemonPool.- Returns:
- the
DaemonPool
-
getTransferThreshold
Return the transfer threshold.- Returns:
- the transfer threshold
-
getRegistry
Return the optional managementRegistryto register the proxy MBean with.- Returns:
- the optional management
Registryto register the proxy MBean with
-
getContext
Optional<com.tangosol.application.Context> getContext()Return the optional applicationContext.- Returns:
- the optional application
Context
-