Interface TransientRpcService

All Superinterfaces:
RpcService, Service<RpcRequest,​RpcResponse>, TransientService<RpcRequest,​RpcResponse>, Unwrappable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface TransientRpcService
extends TransientService<RpcRequest,​RpcResponse>, RpcService
An RpcService that handles transient requests, for example, health check requests.