Uses of Class
de.caluga.morphium.messaging.Messaging
-
Packages that use Messaging Package Description de.caluga.morphium.cache de.caluga.morphium.messaging de.caluga.morphium.messaging.jms -
-
Uses of Messaging in de.caluga.morphium.cache
Methods in de.caluga.morphium.cache with parameters of type Messaging Modifier and Type Method Description MsgMessagingCacheSynchronizer. onMessage(Messaging msg, Msg m)Constructors in de.caluga.morphium.cache with parameters of type Messaging Constructor Description MessagingCacheSynchronizer(Messaging msg, Morphium morphium) -
Uses of Messaging in de.caluga.morphium.messaging
Methods in de.caluga.morphium.messaging that return Messaging Modifier and Type Method Description MessagingMessaging. setAutoAnswer(boolean autoAnswer)MessagingMessaging. setMultithreadded(boolean multithreadded)MessagingMessaging. setPause(int pause)MessagingMessaging. setProcessMultiple(boolean processMultiple)MessagingMessaging. setQueueName(String queueName)MessagingMessaging. setSenderId(String id)MessagingMessaging. setUseChangeStream(boolean useChangeStream)MessagingMessaging. setWindowSize(int windowSize)Methods in de.caluga.morphium.messaging with parameters of type Messaging Modifier and Type Method Description TMessageListener. onMessage(Messaging msg, T m)process message, send answer if null is returned, no answer is sentMsgStatusInfoListener. onMessage(Messaging msg, Msg m)voidMsg. sendAnswer(Messaging messaging, Msg m) -
Uses of Messaging in de.caluga.morphium.messaging.jms
Methods in de.caluga.morphium.messaging.jms with parameters of type Messaging Modifier and Type Method Description JMSMessageConsumer. onMessage(Messaging msg, JMSMessage m)Constructors in de.caluga.morphium.messaging.jms with parameters of type Messaging Constructor Description Consumer(Messaging messaging, javax.jms.Destination dst)Producer(Messaging messaging)
-