Hierarchy For Package io.datarouter.aws.sqs

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • io.datarouter.aws.sqs.AmazonSqsHolder
    • io.datarouter.storage.client.BaseClientManager (implements io.datarouter.storage.client.ClientManager)
    • io.datarouter.storage.node.BaseNode<PK,D,F> (implements io.datarouter.storage.node.Node<PK,D,F>)
      • io.datarouter.storage.node.type.physical.base.BasePhysicalNode<PK,D,F> (implements io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F>)
        • io.datarouter.aws.sqs.BaseSqsNode<PK,D,F> (implements io.datarouter.storage.node.op.raw.write.QueueStorageWriter<PK,D>, io.datarouter.aws.sqs.SqsPhysicalNode<PK,D,F>)
    • io.datarouter.aws.sqs.SqsBlobOpFactory
    • io.datarouter.aws.sqs.SqsClientNodeFactory (implements io.datarouter.storage.client.imp.BlobQueueClientNodeFactory, io.datarouter.storage.client.imp.QueueClientNodeFactory)
    • io.datarouter.aws.sqs.SqsClientOptionsBuilder (implements io.datarouter.storage.client.ClientOptionsBuilder)
    • io.datarouter.aws.sqs.SqsClientType (implements io.datarouter.storage.client.ClientType<CF,CM>)
    • io.datarouter.aws.sqs.SqsCredentialsDto
    • io.datarouter.aws.sqs.SqsNodeFactory
    • io.datarouter.aws.sqs.SqsOpFactory<PK,D,F>
    • io.datarouter.aws.sqs.SqsOptions
    • io.datarouter.aws.sqs.SqsQueueNameService
    • java.lang.Throwable (implements java.io.Serializable)

Interface Hierarchy

  • java.lang.Comparable<T>
    • io.datarouter.storage.node.Node<PK,D,F>
      • io.datarouter.storage.node.type.physical.PhysicalNode<PK,D,F>