Package org.axonframework.domain
Class GenericMessage<T>
java.lang.Object
org.axonframework.domain.GenericMessage<T>
- Type Parameters:
T- payload type
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
GenericEventMessage
Deprecated.
Class copied from Axon 2 to be able to restore Axon 2 Quartz triggers from Axon 3.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the message's identifier.Deprecated.Get the message's metadata.Deprecated.Get the payload of this message.Deprecated.Get the type of payload of this message.
-
Constructor Details
-
GenericMessage
public GenericMessage()Deprecated.
-
-
Method Details
-
getIdentifier
Deprecated.Get the message's identifier.- Returns:
- the message identifier
-
getMetaData
Deprecated.Get the message's metadata.- Returns:
- the message metadata
-
getPayloadType
Deprecated.Get the type of payload of this message.- Returns:
- the message payload type
-
getPayload
Deprecated.Get the payload of this message.- Returns:
- the message payload
-
GenericMessageinstead.