Package com.oracle.coherence.grpc.proxy
Interface GrpcProxyService
- All Known Subinterfaces:
BindableGrpcProxyService
,NamedCacheService
- All Known Implementing Classes:
NamedCacheServiceGrpcImpl
,NamedCacheServiceImpl
public interface GrpcProxyService
An interface implemented by gRPC proxy services.
- Author:
- Jonathan Knight 2020.10.15
-
Method Summary
Modifier and TypeMethodDescriptionObtain the gRPC metrics instance for this service.
-
Method Details
-
getMetrics
GrpcProxyMetrics getMetrics()Obtain the gRPC metrics instance for this service.- Returns:
- the gRPC metrics instance for this service
-