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