public class GrpcEventTransformation extends Object implements EventTransformation
EventTransformation that wraps a Proto message representing the transformation, and uses it
to provide the requested details.EventTransformation.State| 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 |
toString() |
public String id()
EventTransformationid in interface EventTransformationpublic String description()
EventTransformationdescription in interface EventTransformationpublic Long lastSequence()
EventTransformationlastSequence in interface EventTransformationpublic EventTransformation.State state()
EventTransformationstate in interface EventTransformationCopyright © 2020–2023 AxonIQ BV. All rights reserved.