Interface ProxyOptionsProvider
- All Known Subinterfaces:
AzureProperties
public interface ProxyOptionsProvider
Interface to be implemented by classes that wish to provide the proxy options.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Interface to be implemented by classes that wish to describe the amqp based client proxy.static interface
Interface to be implemented by classes that wish to describe the http based client proxy.static interface
Interface to be implemented by classes that wish to describe the proxy. -
Method Summary
-
Method Details
-
getProxy
ProxyOptionsProvider.ProxyOptions getProxy()Get the proxy configuration.- Returns:
- the proxy configuration.
-