@Configuration
public class EventuateCommonConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
EventuateCommonConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
EventuateAggregateStore |
aggregateEventStore(io.eventuate.javaclient.commonimpl.AggregateCrud restClient,
io.eventuate.javaclient.commonimpl.AggregateEvents stompClient,
SnapshotManager snapshotManager) |
SnapshotManager |
snapshotManager() |
EventuateAggregateStore |
syncAggregateEventStore(io.eventuate.javaclient.commonimpl.sync.AggregateCrud restClient,
io.eventuate.javaclient.commonimpl.sync.AggregateEvents stompClient,
SnapshotManager snapshotManager) |
@Bean public EventuateAggregateStore aggregateEventStore(io.eventuate.javaclient.commonimpl.AggregateCrud restClient, io.eventuate.javaclient.commonimpl.AggregateEvents stompClient, SnapshotManager snapshotManager)
@Bean public EventuateAggregateStore syncAggregateEventStore(io.eventuate.javaclient.commonimpl.sync.AggregateCrud restClient, io.eventuate.javaclient.commonimpl.sync.AggregateEvents stompClient, SnapshotManager snapshotManager)
@Bean public SnapshotManager snapshotManager()