| Package | Description |
|---|---|
| org.axonframework.serialization.upcasting.event |
| Modifier and Type | Method and Description |
|---|---|
static EventTypeUpcaster.Builder |
EventTypeUpcaster.from(Class<?> payloadType,
String revision)
Instantiate a
EventTypeUpcaster.Builder which should upcast "from" the given payloadType and
revision. |
static EventTypeUpcaster.Builder |
EventTypeUpcaster.from(String payloadType,
String revision)
Instantiate a
EventTypeUpcaster.Builder which should upcast "from" the given payloadType and
revision. |
Copyright © 2010–2022. All rights reserved.