Package-level declarations
Types
Link copied to clipboard
Abstract base class for message dispatchers that manage multiple aggregate dispatchers.
Link copied to clipboard
Abstract base class for message dispatchers that subscribe to topics.
Link copied to clipboard
abstract class AggregateMessageDispatcher<T : MessageExchange<*, *>> : SafeSubscriber<Void> , MessageDispatcher, NamedAggregateDecorator
Abstract dispatcher for handling message exchanges for a specific aggregate.
Link copied to clipboard
object MessageParallelism
Utility object for calculating message processing parallelism.
Link copied to clipboard
A safe subscriber that wraps message processing with error handling.