Class DatarouterSqsPaths.SqsPaths

java.lang.Object
io.datarouter.pathnode.PathNode
io.datarouter.aws.sqs.config.DatarouterSqsPaths.SqsPaths
Enclosing class:
DatarouterSqsPaths

public static class DatarouterSqsPaths.SqsPaths
extends io.datarouter.pathnode.PathNode
  • Field Summary

    Fields 
    Modifier and Type Field Description
    io.datarouter.pathnode.PathNode deleteAllUnreferencedQueues  
    io.datarouter.pathnode.PathNode deleteQueue  
    io.datarouter.pathnode.PathNode purgeQueue  

    Fields inherited from class io.datarouter.pathnode.PathNode

    parent, value
  • Constructor Summary

    Constructors 
    Constructor Description
    SqsPaths()  
  • Method Summary

    Methods inherited from class io.datarouter.pathnode.PathNode

    branch, equals, getValue, hashCode, isLeaf, join, join, leaf, nodesAfter, parse, paths, toSlashedString, toSlashedString, toSlashedStringAfter, toSlashedStringWithTrailingSlash, toString, toStringArray

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • deleteQueue

      public final io.datarouter.pathnode.PathNode deleteQueue
    • deleteAllUnreferencedQueues

      public final io.datarouter.pathnode.PathNode deleteAllUnreferencedQueues
    • purgeQueue

      public final io.datarouter.pathnode.PathNode purgeQueue
  • Constructor Details