public interface AzureServiceBusDestination extends Destination
Modifier and Type | Method and Description |
---|---|
String |
getConnectionString()
The connection string for either one of the two generated keys for the Shared Access Policy
the strcture of this String is as follow
"Endpoint={Endpoint obtained from azure portal};SharedAccessKey={can be also obtained fro the azure portal};EntityPath={name of the referred entity in our case its the name of the queue}";
|
static AzureServiceBusDestination |
of(String connectString) |
getType
String getConnectionString()
static AzureServiceBusDestination of(String connectString)