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 dispatcher for handling message exchanges for a specific aggregate.

Link copied to clipboard

Utility object for calculating message processing parallelism.

Link copied to clipboard
abstract class SafeSubscriber<T : Any> : BaseSubscriber<T> , Named

A safe subscriber that wraps message processing with error handling.