public interface Message
org.atlasapi.messaging.messaging.worker.Workers.| Modifier and Type | Method and Description |
|---|---|
boolean |
canCoalesce() |
void |
dispatchTo(Worker worker)
Dispatch this message to the given
org.atlasapi.messaging.messaging.worker.Worker. |
String |
getEntityId()
Get the id of the entity this message refers to.
|
String |
getEntitySource()
Get the source identifier of the entity to which this message refers.
|
String |
getEntityType()
Get the type of the entity this message refers to.
|
String |
getMessageId()
Get a unique id for this message.
|
Long |
getTimestamp()
Get the timestamp when the message happened
|
String getMessageId()
Long getTimestamp()
String getEntityId()
String getEntityType()
String getEntitySource()
boolean canCoalesce()
void dispatchTo(Worker worker)
org.atlasapi.messaging.messaging.worker.Worker.Copyright © 2014. All rights reserved.