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