Verwendungen von Schnittstelle
de.caluga.morphium.messaging.MorphiumMessaging
Packages, die MorphiumMessaging verwenden
Package
Beschreibung
-
Verwendungen von MorphiumMessaging in de.caluga.morphium
Methoden in de.caluga.morphium, die MorphiumMessaging zurückgebenModifikator und TypMethodeBeschreibungMorphium.createMessaging()Morphium.createMessaging(MessagingSettings overrides) -
Verwendungen von MorphiumMessaging in de.caluga.morphium.cache
Methoden in de.caluga.morphium.cache mit Parametern vom Typ MorphiumMessagingModifikator und TypMethodeBeschreibungMessagingCacheSynchronizer.onMessage(MorphiumMessaging msg, Msg m) Konstruktoren in de.caluga.morphium.cache mit Parametern vom Typ MorphiumMessagingModifikatorKonstruktorBeschreibungMessagingCacheSynchronizer(MorphiumMessaging msg, Morphium morphium) -
Verwendungen von MorphiumMessaging in de.caluga.morphium.config
Methoden in de.caluga.morphium.config, die Typen mit Argumenten vom Typ MorphiumMessaging zurückgebenModifikator und TypMethodeBeschreibungClass<? extends MorphiumMessaging> MessagingSettings.getMessagingClass()Methodenparameter in de.caluga.morphium.config mit Typargumenten vom Typ MorphiumMessagingModifikator und TypMethodeBeschreibungMessagingSettings.setMessagingClass(Class<? extends MorphiumMessaging> messagingClass) -
Verwendungen von MorphiumMessaging in de.caluga.morphium.messaging
Klassen in de.caluga.morphium.messaging, die MorphiumMessaging implementierenModifikator und TypKlasseBeschreibungclassMessageQueueing implementation with additional features: - using a collection for each message name - reducing load on clients with minimal overhead on MongoDB-Side - adding capability for streaming data.classUser: Stephan Bösebeck Date: 26.05.12 Time: 15:48Methoden in de.caluga.morphium.messaging, die MorphiumMessaging zurückgebenModifikator und TypMethodeBeschreibungMorphiumMessaging.setAutoAnswer(boolean autoAnswer) MultiCollectionMessaging.setAutoAnswer(boolean autoAnswer) SingleCollectionMessaging.setAutoAnswer(boolean autoAnswer) MorphiumMessaging.setMultithreadded(boolean multithreadded) MultiCollectionMessaging.setMultithreadded(boolean multithreadded) SingleCollectionMessaging.setMultithreadded(boolean multithreadded) MorphiumMessaging.setPause(int pause) MultiCollectionMessaging.setPause(int pause) MorphiumMessaging.setPolling(boolean doPolling) MultiCollectionMessaging.setPolling(boolean doPolling) SingleCollectionMessaging.setPolling(boolean doPolling) Just for the understanding: if you do not use the changestream, messaging will poll for new mesages regularly (configured by the pause) setPolling(true) == setUseChangeStream(false)!!!!!!MorphiumMessaging.setProcessMultiple(boolean processMultiple) Veraltet.MultiCollectionMessaging.setProcessMultiple(boolean processMultiple) SingleCollectionMessaging.setProcessMultiple(boolean processMultiple) Veraltet.MorphiumMessaging.setQueueName(String queueName) MultiCollectionMessaging.setQueueName(String queueName) SingleCollectionMessaging.setQueueName(String queueName) MorphiumMessaging.setSenderId(String id) MultiCollectionMessaging.setSenderId(String id) MorphiumMessaging.setUseChangeStream(boolean useChangeStream) MultiCollectionMessaging.setUseChangeStream(boolean useChangeStream) SingleCollectionMessaging.setUseChangeStream(boolean useChangeStream) MorphiumMessaging.setWindowSize(int windowSize) MultiCollectionMessaging.setWindowSize(int windowSize) SingleCollectionMessaging.setWindowSize(int windowSize) Methoden in de.caluga.morphium.messaging, die Typen mit Argumenten vom Typ MorphiumMessaging zurückgebenModifikator und TypMethodeBeschreibungMorphiumMessaging.getAlternativeMessagings()MultiCollectionMessaging.getAlternativeMessagings()SingleCollectionMessaging.getAlternativeMessagings()Methoden in de.caluga.morphium.messaging mit Parametern vom Typ MorphiumMessagingModifikator und TypMethodeBeschreibungabstract voidStatusInfoListener.InternalCommand.exec(MorphiumMessaging msg, Msg answer, Object params) voidMessageRejectedException.RejectionHandler.handleRejection(MorphiumMessaging msg, Msg m) MessageListener.onMessage(MorphiumMessaging msg, T m) process message, send answer if null is returned, no answer is sentStatusInfoListener.onMessage(MorphiumMessaging msg, Msg m) voidMsg.sendAnswer(MorphiumMessaging messaging, Msg m) -
Verwendungen von MorphiumMessaging in de.caluga.morphium.messaging.jms
Methoden in de.caluga.morphium.messaging.jms mit Parametern vom Typ MorphiumMessagingKonstruktoren in de.caluga.morphium.messaging.jms mit Parametern vom Typ MorphiumMessagingModifikatorKonstruktorBeschreibungConsumer(MorphiumMessaging messaging, javax.jms.Destination dst) Producer(MorphiumMessaging messaging)