Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean(destroyMethod = "")
@Primary
@Conditional(value = [OnEventStorageRouteCondition::class])
fun routingEventStore(@Qualifier(value = "wow.CurrentBoundedContext") namedBoundedContext: NamedBoundedContext, eventStoreProperties: EventStoreProperties, snapshotProperties: SnapshotProperties, storageRoutingProperties: StorageRoutingProperties, eventStoreBindings: List<EventStoreBinding>, snapshotStoreBindings: List<SnapshotStoreBinding>, eventStreamQueryBackendFactoryBindings: List<EventStreamQueryBackendFactoryBinding>, snapshotQueryBackendFactoryBindings: List<SnapshotQueryBackendFactoryBinding>): EventStore
Link copied to clipboard
@Bean
@Primary
@Conditional(value = [OnEventStorageRouteCondition::class])
fun routingEventStreamQueryBackendFactory(@Qualifier(value = "wow.CurrentBoundedContext") namedBoundedContext: NamedBoundedContext, eventStoreProperties: EventStoreProperties, snapshotProperties: SnapshotProperties, storageRoutingProperties: StorageRoutingProperties, eventStoreBindings: List<EventStoreBinding>, snapshotStoreBindings: List<SnapshotStoreBinding>, eventStreamQueryBackendFactoryBindings: List<EventStreamQueryBackendFactoryBinding>, snapshotQueryBackendFactoryBindings: List<SnapshotQueryBackendFactoryBinding>): EventStreamQueryBackendFactory
Link copied to clipboard
@Bean
@Primary
fun routingSnapshotQueryBackendFactory(@Qualifier(value = "wow.CurrentBoundedContext") namedBoundedContext: NamedBoundedContext, eventStoreProperties: EventStoreProperties, snapshotProperties: SnapshotProperties, storageRoutingProperties: StorageRoutingProperties, eventStoreBindings: List<EventStoreBinding>, snapshotStoreBindings: List<SnapshotStoreBinding>, eventStreamQueryBackendFactoryBindings: List<EventStreamQueryBackendFactoryBinding>, snapshotQueryBackendFactoryBindings: List<SnapshotQueryBackendFactoryBinding>): SnapshotQueryBackendFactory
Link copied to clipboard
@Bean(destroyMethod = "")
@Primary
fun routingSnapshotStore(@Qualifier(value = "wow.CurrentBoundedContext") namedBoundedContext: NamedBoundedContext, eventStoreProperties: EventStoreProperties, snapshotProperties: SnapshotProperties, storageRoutingProperties: StorageRoutingProperties, eventStoreBindings: List<EventStoreBinding>, snapshotStoreBindings: List<SnapshotStoreBinding>, eventStreamQueryBackendFactoryBindings: List<EventStreamQueryBackendFactoryBinding>, snapshotQueryBackendFactoryBindings: List<SnapshotQueryBackendFactoryBinding>): SnapshotStore