Interface BaseGrpcServiceImpl.Dependencies
- All Superinterfaces:
GrpcService.Dependencies,GrpcServiceDependencies
- All Known Subinterfaces:
NamedCacheService.Dependencies,ProxyServiceGrpcImpl.Dependencies
- All Known Implementing Classes:
BaseGrpcServiceImpl.DefaultDependencies,NamedCacheService.DefaultDependencies,ProxyServiceGrpcImpl.DefaultDependencies
- Enclosing class:
BaseGrpcServiceImpl
The dependencies to configure a
BaseGrpcServiceImpl.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies
GrpcServiceDependencies.DefaultDependencies -
Method Summary
Modifier and TypeMethodDescriptionReturn the function to use to obtain namedConfigurableCacheFactoryinstances.Methods inherited from interface com.oracle.coherence.grpc.proxy.common.GrpcServiceDependencies
getContext, getDaemonPool, getExecutor, getNamedSerializerFactory, getRegistry, getServerType, getTransferThreshold
-
Method Details
-
getCacheFactorySupplier
Optional<Function<String,ConfigurableCacheFactory>> getCacheFactorySupplier()Return the function to use to obtain namedConfigurableCacheFactoryinstances.- Returns:
- the function to use to obtain named
ConfigurableCacheFactoryinstances
-