Annotation Type ServiceClientBuilder
-
@Retention(RUNTIME) @Target(TYPE) public @interface ServiceClientBuilderAnnotation given to all service client builder classes.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>[]serviceClientsAn array of classes that this builder can build.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ServiceClientProtocolprotocolTheprotocolclients created from this builder will use to interact with the service.
-
-
-
-
protocol
ServiceClientProtocol protocol
Theprotocolclients created from this builder will use to interact with the service.- Returns:
- The
ServiceClientProtocol.
- Default:
- com.azure.android.core.rest.annotation.ServiceClientProtocol.HTTP
-
-