Class AmqpProxyProperties
java.lang.Object
com.azure.spring.cloud.core.properties.proxy.ProxyProperties
com.azure.spring.cloud.core.properties.proxy.AmqpProxyProperties
- All Implemented Interfaces:
ProxyOptionsProvider.AmqpProxyOptions, ProxyOptionsProvider.ProxyOptions
public final class AmqpProxyProperties
extends ProxyProperties
implements ProxyOptionsProvider.AmqpProxyOptions
Extend the proxy properties for AMQP connection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the proxy authentication type.voidsetAuthenticationType(String authenticationType) Set the authentication type for the proxy.Methods inherited from class ProxyProperties
getHostname, getPassword, getPort, getType, getUsername, setHostname, setPassword, setPort, setType, setUsernameMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProxyOptionsProvider.ProxyOptions
getHostname, getPassword, getPort, getType, getUsername
-
Constructor Details
-
AmqpProxyProperties
public AmqpProxyProperties()Creates an instance ofAmqpProxyProperties.
-
-
Method Details
-
getAuthenticationType
Description copied from interface:ProxyOptionsProvider.AmqpProxyOptionsGet the proxy authentication type.- Specified by:
getAuthenticationTypein interfaceProxyOptionsProvider.AmqpProxyOptions- Returns:
- the proxy authentication type.
-
setAuthenticationType
Set the authentication type for the proxy.- Parameters:
authenticationType- The authentication type.
-