public abstract class AbstractMessage<T> extends Object implements Message<T>
AbstractMessage(String subject, T body)
T
getBody()
String
getHost()
getId()
getSubject()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractMessage(String subject, T body)
public String getId()
getId
Message<T>
public String getHost()
getHost
public String getSubject()
getSubject
public T getBody()
getBody
Copyright © 2018. All rights reserved.