Uses of Enum Class
de.caluga.morphium.messaging.Messaging.ReceiveAnswers
Packages that use Messaging.ReceiveAnswers
-
Uses of Messaging.ReceiveAnswers in de.caluga.morphium.messaging
Methods in de.caluga.morphium.messaging that return Messaging.ReceiveAnswersModifier and TypeMethodDescriptionMessaging.getReceiveAnswers()static Messaging.ReceiveAnswersReturns the enum constant of this class with the specified name.static Messaging.ReceiveAnswers[]Messaging.ReceiveAnswers.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.caluga.morphium.messaging with parameters of type Messaging.ReceiveAnswersModifier and TypeMethodDescriptionvoidMessaging.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.ReceiveAnswersModifierConstructorDescriptionMessaging(Morphium m, String queueName, int pause, boolean processMultiple, boolean multithreadded, int windowSize, boolean useChangeStream, Messaging.ReceiveAnswers recieveAnswers)