Uses of Class
org.axonframework.eventhandling.io.EventMessageType

Packages that use EventMessageType
org.axonframework.eventhandling.io   
 

Uses of EventMessageType in org.axonframework.eventhandling.io
 

Methods in org.axonframework.eventhandling.io that return EventMessageType
static EventMessageType EventMessageType.forMessage(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-2016. All Rights Reserved.