| Package | Description |
|---|---|
| de.caluga.morphium.messaging |
| Modifier and Type | Method and Description |
|---|---|
Messaging.ReceiveAnswers |
Messaging.getReceiveAnswers() |
static Messaging.ReceiveAnswers |
Messaging.ReceiveAnswers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Messaging.ReceiveAnswers[] |
Messaging.ReceiveAnswers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Messaging.setReceiveAnswers(Messaging.ReceiveAnswers receiveAnswers)
Receive answers=false, onMessage is not called, when answers come in
if true, onMessage is called for all answers
this is not affecting the sendAndWaitFor-Methods!
|
| Constructor and Description |
|---|
Messaging(Morphium m,
String queueName,
int pause,
boolean processMultiple,
boolean multithreadded,
int windowSize,
boolean useChangeStream,
Messaging.ReceiveAnswers recieveAnswers) |
Copyright © 2022. All rights reserved.