public interface MessageTopicSubscriber<E>
Modifier and Type | Method and Description |
---|---|
void |
send(java.lang.String msgId,
E msg,
int priority,
long expireTime,
java.lang.String publisherId)
Sends a message to the destination
|
void send(java.lang.String msgId, E msg, int priority, long expireTime, java.lang.String publisherId) throws MessageException
MessageException