public interface ClientBuilderParams
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
clientType()
Returns the type of the client.
|
ClientFactory |
factory()
Returns the
ClientFactory who created the client. |
ClientOptions |
options()
Returns the options of the client.
|
URI |
uri()
Returns the endpoint URI of the client.
|
ClientFactory factory()
ClientFactory who created the client.URI uri()
Class<?> clientType()
ClientOptions options()
Copyright © 2020 LeanCloud. All rights reserved.