Class SimpleDecoratingRpcService

All Implemented Interfaces:
Unwrappable, RpcService, Service<RpcRequest,​RpcResponse>

public abstract class SimpleDecoratingRpcService
extends SimpleDecoratingService<RpcRequest,​RpcResponse>
implements RpcService
An RpcService that decorates another RpcService.
See Also:
RpcService.decorate(DecoratingRpcServiceFunction)
  • Constructor Details

    • SimpleDecoratingRpcService

      protected SimpleDecoratingRpcService​(RpcService delegate)
      Creates a new instance that decorates the specified Service.