Class ServiceBusKey
- java.lang.Object
-
- com.azure.spring.autoconfigure.jms.ServiceBusKey
-
public class ServiceBusKey extends Object
POJO describes Service Bus connection info
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHost()Gets the host.StringgetSharedAccessKey()Gets the shared access key.StringgetSharedAccessKeyName()Gets the shared access key name.
-
-
-
Method Detail
-
getHost
public String getHost()
Gets the host.- Returns:
- the host
-
getSharedAccessKeyName
public String getSharedAccessKeyName()
Gets the shared access key name.- Returns:
- the shared access key name
-
getSharedAccessKey
public String getSharedAccessKey()
Gets the shared access key.- Returns:
- the shared access key
-
-