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
ModifierConstructorDescriptionprotected
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, unwrapAll
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.RpcService
decorate, decorate, serve
Methods inherited from interface com.linecorp.armeria.server.Service
as, serviceAdded, shouldCachePath, unwrap
Methods inherited from interface com.linecorp.armeria.common.util.Unwrappable
equalsIgnoreWrapper, unwrapAll
-
Constructor Details
-
SimpleDecoratingRpcService
Creates a new instance that decorates the specifiedService
.
-