Class AxonTaskJanitor

java.lang.Object
org.axonframework.messaging.core.timeout.AxonTaskJanitor

public class AxonTaskJanitor extends Object
Container of unique ScheduledExecutorService and Logger instances for the AxonTimeLimitedTask.
Since:
4.11.0
Author:
Mitchell Herrijgers
See Also:
  • AxonTimeLimitedTask
  • Field Details

    • INSTANCE

      public static final ScheduledExecutorService INSTANCE
      Unique instances of the ScheduledExecutorService for the AxonTimeLimitedTask to schedule warnings and interrupts.
    • LOGGER

      public static final org.slf4j.Logger LOGGER
      Unique instance of the Logger for the AxonTimeLimitedTask to log warnings and errors.