Package com.oracle.coherence.grpc
Interface GrpcService
- All Known Implementing Classes:
BaseGrpcServiceImpl,BaseNamedCacheServiceImpl,HelidonNamedCacheService,NettyNamedCacheService,ProxyServiceGrpcImpl
public interface GrpcService
A gRPC server side service.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe dependencies for this service. -
Method Summary
Modifier and TypeMethodDescriptionReturn aConfigurableCacheFactoryfor the specified scope name.Return the service dependencies.getSerializer(String sFormat, ClassLoader loader) Return aSerializer.
-
Method Details
-
getCCF
Return aConfigurableCacheFactoryfor the specified scope name.- Parameters:
sScope- the scope name to use to obtain aConfigurableCacheFactory- Returns:
- a
ConfigurableCacheFactoryfor the specified scope name
-
getSerializer
Return aSerializer.- Parameters:
sFormat- the format (name) of the serializerloader- theClassLoaderfor the serializer- Returns:
- the named serializer
-
getDependencies
GrpcService.Dependencies getDependencies()Return the service dependencies.- Returns:
- the service dependencies
-