Package com.linecorp.armeria.server
Class SimpleDecoratingRpcService
java.lang.Object
com.linecorp.armeria.common.util.AbstractUnwrappable<Service<T_I,T_O>>
com.linecorp.armeria.server.DecoratingService<I,O,I,O>
com.linecorp.armeria.server.SimpleDecoratingService<RpcRequest,RpcResponse>
com.linecorp.armeria.server.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
.-
Constructor Summary
Constructors Modifier Constructor Description protected
SimpleDecoratingRpcService(RpcService delegate)
Creates a new instance that decorates the specifiedService
. -
Method Summary
Methods inherited from class com.linecorp.armeria.server.DecoratingService
serviceAdded, shouldCachePath
Methods inherited from class com.linecorp.armeria.common.util.AbstractUnwrappable
as, toString, unwrap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.linecorp.armeria.server.Service
as, serviceAdded, shouldCachePath, unwrap
-
Constructor Details
-
SimpleDecoratingRpcService
Creates a new instance that decorates the specifiedService
.
-