Package | Description |
---|---|
org.axonframework.eventhandling.deadletter.jpa | |
org.axonframework.modelling.saga.repository.jpa |
Modifier and Type | Method and Description |
---|---|
SimpleSerializedObject<byte[]> |
DeadLetterEventEntry.getMetaData()
Returns the original metadata as a
SimpleSerializedObject . |
SimpleSerializedObject<byte[]> |
DeadLetterEventEntry.getPayload()
Returns the original payload as a
SimpleSerializedObject . |
SimpleSerializedObject<byte[]> |
DeadLetterEventEntry.getTrackingToken()
Returns the original
TrackedEventMessage.trackingToken() as a
SerializedObject , if the original message was a
TrackedEventMessage . |
Modifier and Type | Class and Description |
---|---|
class |
SerializedSaga
Specialization of the SerializedObject for Sagas represented as byte array.
|
Modifier and Type | Method and Description |
---|---|
protected Class<? extends SimpleSerializedObject<?>> |
JpaSagaStore.serializedObjectType()
Intended for clients to override.
|
Copyright © 2010–2023. All rights reserved.