Class ThreadableAction

  • All Implemented Interfaces:
    Runnable, Action

    public abstract class ThreadableAction
    extends RunnableAction
    Makes a RunnableAction optionally threadable (if CountDownLatch is set, it is counted down after execution).
    Since:
    1.0.0
    • Constructor Detail

      • ThreadableAction

        public ThreadableAction()
    • Method Detail

      • setParentCountDownLatch

        public void setParentCountDownLatch​(CountDownLatch parentCountDownLatch)