I - the Request type of the Service being decoratedO - the Response type of the Service being decoratedpublic abstract class SimpleDecoratingService<I extends Request,O extends Response> extends DecoratingService<I,O,I,O>
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleDecoratingService(Service<I,O> delegate)
Creates a new instance that decorates the specified
Service. |
serviceAdded, shouldCachePathas, delegate, toStringCopyright © 2020 LeanCloud. All rights reserved.