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 interface
The dependencies for this service. -
Method Summary
Modifier and TypeMethodDescriptionReturn aConfigurableCacheFactory
for the specified scope name.Return the service dependencies.getSerializer
(String sFormat, ClassLoader loader) Return aSerializer
.
-
Method Details
-
getCCF
Return aConfigurableCacheFactory
for the specified scope name.- Parameters:
sScope
- the scope name to use to obtain aConfigurableCacheFactory
- Returns:
- a
ConfigurableCacheFactory
for the specified scope name
-
getSerializer
Return aSerializer
.- Parameters:
sFormat
- the format (name) of the serializerloader
- theClassLoader
for the serializer- Returns:
- the named serializer
-
getDependencies
GrpcService.Dependencies getDependencies()Return the service dependencies.- Returns:
- the service dependencies
-