public interface MessageEvent<T>
Modifier and Type | Method and Description |
---|---|
T |
getContents() |
String |
getFromBus() |
String |
getSubject() |
SubEventType |
getSubType() |
long |
getTime() |
String |
getToBus() |
boolean |
isReplay() |
long getTime()
SubEventType getSubType()
String getSubject()
String getFromBus()
String getToBus()
T getContents()
boolean isReplay()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.