| Package | Description |
|---|---|
| org.atlasapi.messaging |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage |
class |
BeginReplayMessage
Message signaling the beginning of a messages replay.
|
class |
EndReplayMessage
Message signaling the end of a messages replay.
|
class |
EntityUpdatedMessage
Message signaling that a given entity has been created or updated.
|
class |
ReplayMessage
Message signaling the replay of a given source message.
|
| Modifier and Type | Method and Description |
|---|---|
Message |
JacksonMessageSerializer.deserialize(com.google.common.io.ByteSource bytes) |
Message |
MessageSerializer.deserialize(com.google.common.io.ByteSource bytes) |
Message |
ReplayMessage.getOriginal() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.io.ByteSource |
JacksonMessageSerializer.serialize(Message msg) |
com.google.common.io.ByteSource |
MessageSerializer.serialize(Message msg) |
| Constructor and Description |
|---|
ReplayMessage(String messageId,
Long timestamp,
String entityId,
String entityType,
String entitySource,
Message original) |
Copyright © 2014. All rights reserved.