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
public static interface BaseGrpcServiceImpl.Dependencies extends GrpcServiceDependencies
The dependencies to configure aBaseGrpcServiceImpl
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.oracle.coherence.grpc.proxy.GrpcServiceDependencies
GrpcServiceDependencies.DefaultDependencies
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Function<String,ConfigurableCacheFactory>>
getCacheFactorySupplier()
Return 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 Detail
-
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
-
-