| Package | Description |
|---|---|
| io.serialized.client.aggregate |
| Modifier and Type | Method and Description |
|---|---|
static <T> AggregateClient.Builder<T> |
AggregateClient.aggregateClient(String aggregateType,
Class<T> stateClass,
SerializedClientConfig config) |
<E> AggregateClient.Builder<T> |
AggregateClient.Builder.configureObjectMapper(Consumer<com.fasterxml.jackson.databind.ObjectMapper> consumer)
Allows object mapper customization.
|
<E> AggregateClient.Builder<T> |
AggregateClient.Builder.registerHandler(Class<E> eventClass,
EventHandler<T,E> handler) |
<E> AggregateClient.Builder<T> |
AggregateClient.Builder.registerHandler(String eventType,
Class<E> eventClass,
EventHandler<T,E> handler) |
<E> AggregateClient.Builder<T> |
AggregateClient.Builder.withRetryStrategy(RetryStrategy retryStrategy) |
<E> AggregateClient.Builder<T> |
AggregateClient.Builder.withUpdateStrategy(UpdateStrategy updateStrategy) |
Copyright © 2021. All rights reserved.