| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
builder
The builder class that can construct an instance of this class.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
isAsync
Represents whether the network IO methods on this client will be performed asynchronously or
synchronously (i.e.
|
Class<?>[] |
serviceInterfaces
Optional field to indicate all the services this service client interacts with.
|
public abstract Class<?> builder
ServiceClientBuilder.public abstract boolean isAsync
true is the Service Client is asynchronous.public abstract Class<?>[] serviceInterfaces
ServiceInterface.
Typically, there's one service associated with each client. However, there could be zero to
N services associated with a single client.Copyright © 2019 Microsoft Corporation. All rights reserved.