| Package | Description |
|---|---|
| org.axonframework.amqp.eventhandling.legacy |
| Modifier and Type | Method and Description |
|---|---|
static EventMessageType |
EventMessageType.forMessage(org.axonframework.eventhandling.EventMessage message)
Returns the most specific EventMessageType for the given
message. |
static EventMessageType |
EventMessageType.fromTypeByte(byte typeByte)
Returns the EventMessageType identified by the given
typeByte. |
static EventMessageType |
EventMessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventMessageType[] |
EventMessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2017. All rights reserved.