Package | Description |
---|---|
org.axonframework.messaging |
Classes related to message processing in Axon Framework.
|
org.axonframework.serialization |
Classes related to message processing in Axon Framework.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericMessage<T>
Generic implementation of a
Message that contains the payload and metadata as unserialized values. |
Modifier and Type | Class and Description |
---|---|
class |
SerializedMessage<T>
A message containing serialized payload data and metadata.
|
Copyright © 2010–2018. All rights reserved.