Interface ClientOptionsProvider
- All Known Subinterfaces:
AzureProperties
public interface ClientOptionsProvider
Interface to be implemented by classes that wish to provide the client options.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Interface to be implemented by classes that wish to describe an amqp based client sdk.static interface
Interface to be implemented by classes that wish to describe sdk client common options.static interface
Interface to be implemented by classes that wish to describe a http based client sdk. -
Method Summary
Modifier and TypeMethodDescriptionGet the client configuration.
-
Method Details
-
getClient
ClientOptionsProvider.ClientOptions getClient()Get the client configuration.- Returns:
- the client configuration.
-