Package io.datarouter.aws.sqs
Class AmazonSqsHolder
java.lang.Object
io.datarouter.aws.sqs.AmazonSqsHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.amazonaws.services.sqs.AmazonSQSget(io.datarouter.storage.client.ClientId clientId) software.amazon.awssdk.services.cloudwatch.CloudWatchClientgetCloudWatch(io.datarouter.storage.client.ClientId clientId) voidregisterClient(io.datarouter.storage.client.ClientId clientId)
-
Constructor Details
-
AmazonSqsHolder
public AmazonSqsHolder()
-
-
Method Details
-
registerClient
public void registerClient(io.datarouter.storage.client.ClientId clientId) -
get
public com.amazonaws.services.sqs.AmazonSQS get(io.datarouter.storage.client.ClientId clientId) -
getCloudWatch
public software.amazon.awssdk.services.cloudwatch.CloudWatchClient getCloudWatch(io.datarouter.storage.client.ClientId clientId)
-