public interface SqsDestination extends Destination
Modifier and Type | Method and Description |
---|---|
String |
getAccessKey() |
String |
getAccessSecret() |
URI |
getQueueUrl() |
String |
getRegion() |
static SqsDestination |
of(AwsCredentials awsCredentials,
String region,
URI queueURL) |
getType
URI getQueueUrl()
String getAccessKey()
String getAccessSecret()
String getRegion()
static SqsDestination of(AwsCredentials awsCredentials, String region, URI queueURL)