Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
open class MetricCommandBus<T : CommandBus>(delegate: T) : AbstractMetricDecorator<T> , CommandBus, 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) : AbstractMetricDecorator<T> , DomainEventBus, Metrizable
Link copied to clipboard
class MetricDomainEventHandler(val delegate: DomainEventHandler) : DomainEventHandler, Decorator<DomainEventHandler>
Link copied to clipboard
class MetricEventStore(delegate: EventStore) : AbstractMetricDecorator<EventStore> , EventStore, Metrizable
Link copied to clipboard
class MetricLocalCommandBus(delegate: LocalCommandBus) : MetricCommandBus<LocalCommandBus> , LocalCommandBus
Link copied to clipboard
class MetricLocalDomainEventBus(delegate: LocalDomainEventBus) : MetricDomainEventBus<LocalDomainEventBus> , LocalDomainEventBus
Link copied to clipboard
class MetricLocalStateEventBus(delegate: LocalStateEventBus) : MetricStateEventBus<LocalStateEventBus> , 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
class MetricSnapshotRepository(delegate: SnapshotRepository) : AbstractMetricDecorator<SnapshotRepository> , SnapshotRepository
Link copied to clipboard
class MetricSnapshotStrategy(val delegate: SnapshotStrategy) : SnapshotStrategy, Decorator<SnapshotStrategy>
Link copied to clipboard
open class MetricStateEventBus<T : StateEventBus>(delegate: T) : AbstractMetricDecorator<T> , StateEventBus, Metrizable
Link copied to clipboard
class MetricStatelessSagaHandler(val delegate: StatelessSagaHandler) : StatelessSagaHandler, Decorator<StatelessSagaHandler>
Link copied to clipboard
interface Metrizable