Class AgentBuilder.RedefinitionStrategy.ResubmissionScheduler.Cancelable.ForFuture

    • Field Detail

      • future

        private final java.util.concurrent.Future<?> future
        The future to cancel upon cancellation of this instance.
    • Constructor Detail

      • ForFuture

        public ForFuture​(java.util.concurrent.Future<?> future)
        Creates a cancelable for a future.
        Parameters:
        future - The future to cancel upon cancellation of this instance.