Interface ProxyOptionsProvider.AmqpProxyOptions
- All Superinterfaces:
ProxyOptionsProvider.ProxyOptions
- All Known Implementing Classes:
AmqpProxyProperties
- Enclosing interface:
ProxyOptionsProvider
public static interface ProxyOptionsProvider.AmqpProxyOptions
extends ProxyOptionsProvider.ProxyOptions
Interface to be implemented by classes that wish to describe the amqp based client proxy.
-
Method Summary
Modifier and TypeMethodDescriptionGet the proxy authentication type.Methods inherited from interface com.azure.spring.cloud.core.provider.ProxyOptionsProvider.ProxyOptions
getHostname, getPassword, getPort, getType, getUsername
-
Method Details
-
getAuthenticationType
String getAuthenticationType()Get the proxy authentication type.- Returns:
- the proxy authentication type.
-