Class AmazonSqsHolder

java.lang.Object
io.datarouter.aws.sqs.AmazonSqsHolder

@Singleton
public class AmazonSqsHolder
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    AmazonSqsHolder()  
  • Method Summary

    Modifier and Type Method Description
    com.amazonaws.services.sqs.AmazonSQS get​(io.datarouter.storage.client.ClientId clientId)  
    void registerClient​(io.datarouter.storage.client.ClientId clientId)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • 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)