Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.axonserver.connector.util | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventhandling.deadletter.jpa | |
org.axonframework.eventhandling.tokenstore | |
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.messaging.responsetypes | |
org.axonframework.modelling.saga.repository.jdbc | |
org.axonframework.modelling.saga.repository.jpa | |
org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
org.axonframework.serialization.json | |
org.axonframework.serialization.upcasting.event | |
org.axonframework.serialization.xml |
Modifier and Type | Method and Description |
---|---|
SerializedObject |
GrpcBackedDomainEventData.getMetaData()
Returns the serialized data of the MetaData of the serialized Event.
|
SerializedObject<byte[]> |
GrpcBackedDomainEventData.getPayload() |
<T> SerializedObject<T> |
GrpcMetaDataAwareSerializer.serialize(Object object,
Class<T> expectedRepresentation) |
Modifier and Type | Method and Description |
---|---|
<S,T> T |
GrpcMetaDataAwareSerializer.deserialize(SerializedObject<S> serializedObject) |
Modifier and Type | Class and Description |
---|---|
class |
GrpcSerializedObject
Wrapper that allows clients to access a gRPC
SerializedObject message as a SerializedObject . |
Modifier and Type | Method and Description |
---|---|
<T> SerializedObject<T> |
GrpcObjectSerializer.Serializer.serialize(A object,
Class<T> expectedRepresentation)
Serialize the given
object into an object of the expectedRepresentation . |
Modifier and Type | Method and Description |
---|---|
SerializedObject<T> |
TrackedDomainEventData.getMetaData() |
SerializedObject<T> |
EventData.getMetaData()
Returns the serialized data of the MetaData of the serialized Event.
|
SerializedObject<T> |
AbstractEventEntry.getMetaData() |
SerializedObject<T> |
TrackedDomainEventData.getPayload() |
SerializedObject<T> |
EventData.getPayload()
Returns the serialized data of the Event Message's payload.
|
SerializedObject<T> |
AbstractEventEntry.getPayload() |
Modifier and Type | Method and Description |
---|---|
SerializedObject<byte[]> |
DeadLetterEntry.getDiagnostics()
Returns the serialized diagnostics.
|
Modifier and Type | Method and Description |
---|---|
SerializedObject<T> |
AbstractTokenEntry.getSerializedToken()
Returns the serialized token.
|
Modifier and Type | Method and Description |
---|---|
default <T> SerializedObject<T> |
ResultMessage.serializeExceptionResult(Serializer serializer,
Class<T> expectedRepresentation)
Serializes the exception result.
|
default <R> SerializedObject<R> |
Message.serializeMetaData(Serializer serializer,
Class<R> expectedRepresentation)
Serialize the meta data of this message to the
expectedRepresentation using given serializer . |
<R> SerializedObject<R> |
GenericMessage.serializeMetaData(Serializer serializer,
Class<R> expectedRepresentation) |
<S> SerializedObject<S> |
MessageDecorator.serializeMetaData(Serializer serializer,
Class<S> expectedRepresentation) |
default <R> SerializedObject<R> |
Message.serializePayload(Serializer serializer,
Class<R> expectedRepresentation)
Serialize the payload of this message to the
expectedRepresentation using given serializer . |
<R> SerializedObject<R> |
GenericMessage.serializePayload(Serializer serializer,
Class<R> expectedRepresentation) |
default <S> SerializedObject<S> |
ResultMessage.serializePayload(Serializer serializer,
Class<S> expectedRepresentation) |
<S> SerializedObject<S> |
MessageDecorator.serializePayload(Serializer serializer,
Class<S> expectedRepresentation) |
<S> SerializedObject<S> |
GenericResultMessage.serializePayload(Serializer serializer,
Class<S> expectedRepresentation) |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
Headers.defaultHeaders(EventMessage<?> message,
SerializedObject<?> serializedObject)
Generate defaults headers to recognise an event message.
|
Modifier and Type | Method and Description |
---|---|
<T> SerializedObject<T> |
ConvertingResponseMessage.serializeExceptionResult(Serializer serializer,
Class<T> expectedRepresentation) |
<R1> SerializedObject<R1> |
ConvertingResponseMessage.serializeMetaData(Serializer serializer,
Class<R1> expectedRepresentation) |
<S> SerializedObject<S> |
ConvertingResponseMessage.serializePayload(Serializer serializer,
Class<S> expectedRepresentation) |
Modifier and Type | Method and Description |
---|---|
SerializedObject<?> |
SagaSqlSchema.readSerializedSaga(ResultSet resultSet)
Reads a SerializedObject from the given
resultSet , which has been returned by executing the
Statement returned from SagaSqlSchema.sql_loadSaga(java.sql.Connection, String)
Note: The implementation must not change the resultSet's cursor position |
SerializedObject<byte[]> |
GenericSagaSqlSchema.readSerializedSaga(ResultSet resultSet) |
Modifier and Type | Class and Description |
---|---|
class |
SerializedSaga
Specialization of the SerializedObject for Sagas represented as byte array.
|
Modifier and Type | Class and Description |
---|---|
class |
SerializedMetaData<T>
Represents the serialized form of a
MetaData instance. |
class |
SimpleSerializedObject<T>
SerializedObject implementation that takes all properties as constructor parameters.
|
Modifier and Type | Method and Description |
---|---|
default <T> SerializedObject<T> |
Converter.convert(SerializedObject<?> original,
Class<T> targetType)
Converts the data format of the given
original IntermediateRepresentation to the target data type. |
SerializedObject<?> |
LazyDeserializingObject.getSerializedObject()
Returns the serialized object to deserialize upon request
|
<T> SerializedObject<T> |
Serializer.serialize(Object object,
Class<T> expectedRepresentation)
Serialize the given
object into a Serialized Object containing the given
expectedRepresentation . |
<T> SerializedObject<T> |
JavaSerializer.serialize(Object instance,
Class<T> expectedType)
Deprecated.
|
<T> SerializedObject<T> |
AbstractXStreamSerializer.serialize(Object object,
Class<T> expectedType) |
<R> SerializedObject<R> |
SerializedMessage.serializeMetaData(Serializer serializer,
Class<R> expectedRepresentation) |
<T> SerializedObject<T> |
SerializedObjectHolder.serializeMetaData(Serializer serializer,
Class<T> expectedRepresentation) |
<R> SerializedObject<R> |
SerializedMessage.serializePayload(Serializer serializer,
Class<R> expectedRepresentation) |
<T> SerializedObject<T> |
SerializedObjectHolder.serializePayload(Serializer serializer,
Class<T> expectedRepresentation) |
Modifier and Type | Method and Description |
---|---|
default <T> SerializedObject<T> |
Converter.convert(SerializedObject<?> original,
Class<T> targetType)
Converts the data format of the given
original IntermediateRepresentation to the target data type. |
<S,T> T |
Serializer.deserialize(SerializedObject<S> serializedObject)
Deserializes the first object read from the given
bytes . |
<S,T> T |
JavaSerializer.deserialize(SerializedObject<S> serializedObject)
Deprecated.
|
<S,T> T |
AbstractXStreamSerializer.deserialize(SerializedObject<S> serializedObject) |
protected abstract Object |
AbstractXStreamSerializer.doDeserialize(SerializedObject serializedObject,
com.thoughtworks.xstream.XStream xStream)
Deserialize the given
serializedObject . |
static boolean |
SerializedMetaData.isSerializedMetaData(SerializedObject<?> serializedObject)
Indicates whether the given
serializedObject represents a serialized form of a MetaData object,
such as the ones created by this class (see SerializedMetaData(Object, Class) . |
Constructor and Description |
---|
LazyDeserializingObject(SerializedObject<?> serializedObject,
Serializer serializer)
Creates an instance which will deserialize given
serializedObject upon request. |
SerializedMessage(String identifier,
SerializedObject<?> serializedPayload,
SerializedObject<?> serializedMetaData,
Serializer serializer)
Initializes a
SerializedMessage with given identifier from the given serialized payload and
metadata. |
SerializedMessage(String identifier,
SerializedObject<?> serializedPayload,
SerializedObject<?> serializedMetaData,
Serializer serializer)
Initializes a
SerializedMessage with given identifier from the given serialized payload and
metadata. |
UnknownSerializedType(Serializer serializer,
SerializedObject<?> serializedObject)
Initialize the unknown type, using given
serializer and serializedObject . |
Constructor and Description |
---|
LazyDeserializingObject(Supplier<SerializedObject<?>> serializedObjectSupplier,
SerializedType serializedType,
Serializer serializer)
Creates an instance which will get the supplied SerializedObject and deserialize it upon request.
|
Modifier and Type | Method and Description |
---|---|
<T> SerializedObject<T> |
JacksonSerializer.serialize(Object object,
Class<T> expectedRepresentation) |
Modifier and Type | Method and Description |
---|---|
<S,T> T |
JacksonSerializer.deserialize(SerializedObject<S> serializedObject) |
Modifier and Type | Method and Description |
---|---|
SerializedObject<T> |
UpcastedEventRepresentation.getData() |
SerializedObject<?> |
IntermediateEventRepresentation.getData()
Get the data of this representation.
|
SerializedObject<?> |
InitialEventRepresentation.getData() |
<D> SerializedObject<D> |
UpcastedEventRepresentation.getData(Class<D> requiredType) |
<D> SerializedObject<D> |
IntermediateEventRepresentation.getData(Class<D> requiredType)
Get the data of this representation.
|
<D> SerializedObject<D> |
InitialEventRepresentation.getData(Class<D> requiredType) |
Modifier and Type | Method and Description |
---|---|
Object |
XStreamSerializer.doDeserialize(SerializedObject serializedObject,
com.thoughtworks.xstream.XStream xStream) |
Copyright © 2010–2023. All rights reserved.