Uses of Class
de.caluga.morphium.messaging.Messaging.ReceiveAnswers
-
Packages that use Messaging.ReceiveAnswers Package Description de.caluga.morphium.messaging -
-
Uses of Messaging.ReceiveAnswers in de.caluga.morphium.messaging
Methods in de.caluga.morphium.messaging that return Messaging.ReceiveAnswers Modifier and Type Method Description Messaging.ReceiveAnswersMessaging. getReceiveAnswers()static Messaging.ReceiveAnswersMessaging.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.Methods in de.caluga.morphium.messaging with parameters of type Messaging.ReceiveAnswers Modifier and Type Method Description voidMessaging. 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!Constructors in de.caluga.morphium.messaging with parameters of type Messaging.ReceiveAnswers Constructor Description Messaging(Morphium m, String queueName, int pause, boolean processMultiple, boolean multithreadded, int windowSize, boolean useChangeStream, Messaging.ReceiveAnswers recieveAnswers)
-