routingSnapshotStore

@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