public interface EventTransformation
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventTransformation.State
The state of the transformation
|
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns the description of the EventTransformation.
|
String |
id()
Returns the identifier of the EventTransformation.
|
Long |
lastSequence()
Each transformation action registered in the transformation has its own incremental sequence.
|
EventTransformation.State |
state()
Returns the state of the EventTransformation.
|
String id()
String description()
Long lastSequence()
EventTransformation.State state()
Copyright © 2020–2023 AxonIQ BV. All rights reserved.