| Package | Description |
|---|---|
| de.caluga.morphium.cache | |
| de.caluga.morphium.messaging |
| Modifier and Type | Method and Description |
|---|---|
Msg |
MessagingCacheSynchronizer.onMessage(Messaging msg,
Msg m) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagingCacheSynchronizer.firePostSendEvent(Class type,
Msg m) |
void |
MessagingCacheSynchronizer.firePreSendEvent(Class type,
Msg m) |
Msg |
MessagingCacheSynchronizer.onMessage(Messaging msg,
Msg m) |
void |
MessagingCacheSyncAdapter.postSendClearMsg(Class cls,
Msg m) |
void |
MessagingCacheSyncListener.postSendClearMsg(Class cls,
Msg m) |
void |
MessagingCacheSyncAdapter.preSendClearMsg(Class cls,
Msg m) |
void |
MessagingCacheSyncListener.preSendClearMsg(Class cls,
Msg m)
Class is null for CLEAR ALL
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageListener<T extends Msg>
User: Stephan Bösebeck
Date: 26.05.12
Time: 17:19
|
| Modifier and Type | Method and Description |
|---|---|
Msg |
Msg.createAnswerMsg() |
Msg |
Messaging.sendAndAwaitFirstAnswer(Msg theMessage,
long timeoutInMs) |
| Modifier and Type | Method and Description |
|---|---|
List<Msg> |
Messaging.findMessages(Query<Msg> q) |
List<Msg> |
Messaging.sendAndAwaitAnswers(Msg theMessage,
int numberOfAnswers,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
Messaging.queueMessage(Msg m) |
void |
Messaging.queueMessagetoSelf(Msg m) |
void |
Messaging.removeMessage(Msg m) |
List<Msg> |
Messaging.sendAndAwaitAnswers(Msg theMessage,
int numberOfAnswers,
long timeout) |
Msg |
Messaging.sendAndAwaitFirstAnswer(Msg theMessage,
long timeoutInMs) |
void |
Msg.sendAnswer(Messaging messaging,
Msg m) |
void |
Messaging.sendMessageToSelf(Msg m) |
void |
Messaging.storeMessage(Msg m) |
| Modifier and Type | Method and Description |
|---|---|
List<Msg> |
Messaging.findMessages(Query<Msg> q) |
Copyright © 2019. All rights reserved.