Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open class MetricCommandBus<T : CommandBus>(delegate: T) : CommandBus, AbstractMetricDecorator<T> , Metrizable
Link copied to clipboard
class MetricCommandHandler(val delegate: CommandHandler) : CommandHandler, Decorator<CommandHandler>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open class MetricDomainEventBus<T : DomainEventBus>(delegate: T) : DomainEventBus, AbstractMetricDecorator<T> , Metrizable
Link copied to clipboard
class MetricDomainEventHandler(val delegate: DomainEventHandler) : DomainEventHandler, Decorator<DomainEventHandler>
Link copied to clipboard
class MetricEventStore(delegate: EventStore) : EventStore, AbstractMetricDecorator<EventStore> , Metrizable
Link copied to clipboard
class MetricLocalCommandBus(delegate: LocalCommandBus) : LocalCommandBus, MetricCommandBus<LocalCommandBus>
Link copied to clipboard
Link copied to clipboard
class MetricLocalStateEventBus(delegate: LocalStateEventBus) : LocalStateEventBus, MetricStateEventBus<LocalStateEventBus>
Link copied to clipboard
class MetricProjectionHandler(val delegate: ProjectionHandler) : ProjectionHandler, Decorator<ProjectionHandler>
Link copied to clipboard
class MetricSnapshotHandler(val delegate: SnapshotHandler) : SnapshotHandler, Decorator<SnapshotHandler>
Link copied to clipboard
Link copied to clipboard
class MetricSnapshotStrategy(val delegate: SnapshotStrategy) : SnapshotStrategy, Decorator<SnapshotStrategy>
Link copied to clipboard
open class MetricStateEventBus<T : StateEventBus>(delegate: T) : StateEventBus, AbstractMetricDecorator<T> , Metrizable
Link copied to clipboard
class MetricStatelessSagaHandler(val delegate: StatelessSagaHandler) : StatelessSagaHandler, Decorator<StatelessSagaHandler>
Link copied to clipboard
interface Metrizable