java.lang.Object
com.swiftmq.impl.threadpool.standard.group.Group

public class Group extends Object
  • Constructor Details

    • Group

      public Group(String name, boolean freezable)
  • Method Details

    • getName

      public String getName()
    • isFreezable

      public boolean isFreezable()
    • addEventLoop

      public void addEventLoop(EventLoopImpl eventLoop)
    • removeEventLoop

      public void removeEventLoop(EventLoopImpl eventLoop)
    • freezeGroup

      public CompletableFuture<Void> freezeGroup()
    • unfreezeGroup

      public void unfreezeGroup()
    • close

      public void close()
    • toString

      public String toString()
      Overrides:
      toString in class Object