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
ConstructorsModifierConstructorDescriptionprotectedSimpleDecoratingRpcService(RpcService delegate)Creates a new instance that decorates the specifiedService. -
Method Summary
Methods inherited from class com.linecorp.armeria.server.DecoratingService
serviceAdded, shouldCachePathMethods inherited from class com.linecorp.armeria.common.util.AbstractUnwrappable
as, toString, unwrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.linecorp.armeria.server.RpcService
decorate, decorate, serveMethods inherited from interface com.linecorp.armeria.server.Service
as, serviceAdded, shouldCachePath, unwrap
-
Constructor Details
-
SimpleDecoratingRpcService
Creates a new instance that decorates the specifiedService.
-