| Package | Description |
|---|---|
| com.networknt.eventuate.common | |
| com.networknt.eventuate.common.impl | |
| com.networknt.eventuate.common.impl.sync | |
| com.networknt.eventuate.common.sync |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
EventuateAggregateStore.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> dispatch) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DispatchedEvent<Event>> |
SerializedEventDeserializer.toDispatchedEvent(SerializedEvent se) |
Optional<DispatchedEvent<Event>> |
DefaultSerializedEventDeserializer.toDispatchedEvent(SerializedEvent se) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<?> |
EventuateAggregateStoreImpl.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventuateAggregateStoreImpl.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventuateAggregateStore.subscribe(String subscriberId,
Map<String,Set<String>> aggregatesAndEvents,
SubscriberOptions subscriberOptions,
Function<DispatchedEvent<Event>,CompletableFuture<?>> dispatch) |
Copyright © 2021. All rights reserved.