Class AxonTaskJanitor
java.lang.Object
org.axonframework.messaging.core.timeout.AxonTaskJanitor
- Since:
- 4.11.0
- Author:
- Mitchell Herrijgers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ScheduledExecutorServiceUnique instances of theScheduledExecutorServicefor theAxonTimeLimitedTaskto schedule warnings and interrupts.static final org.slf4j.LoggerUnique instance of theLoggerfor theAxonTimeLimitedTaskto log warnings and errors. -
Method Summary
-
Field Details
-
INSTANCE
Unique instances of theScheduledExecutorServicefor theAxonTimeLimitedTaskto schedule warnings and interrupts. -
LOGGER
public static final org.slf4j.Logger LOGGERUnique instance of theLoggerfor theAxonTimeLimitedTaskto log warnings and errors.
-