Uses of Package
org.axonframework.common.util
Packages that use org.axonframework.common.util
Package
Description
-
Classes in org.axonframework.common.util used by org.axonframework.common.utilClassDescriptionRepresents a task such as
RunnableorComparablethat adheres to a priority by implementingComparable. -
Classes in org.axonframework.common.util used by org.axonframework.messaging.commandhandling.distributedClassDescriptionA Functional Interface towards a
BiFunctionwhich ingests both a Configuration and aBlockingQueueofRunnable, and outputs anExecutorService. -
Classes in org.axonframework.common.util used by org.axonframework.messaging.queryhandling.distributedClassDescriptionA Functional Interface towards a
BiFunctionwhich ingests both a Configuration and aBlockingQueueofRunnable, and outputs anExecutorService.