Uses of Interface
me.ehp246.aufjms.api.dispatch.DispatchListener
Packages that use DispatchListener
-
Uses of DispatchListener in me.ehp246.aufjms.api.dispatch
Subinterfaces of DispatchListener in me.ehp246.aufjms.api.dispatchModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceConstructor parameters in me.ehp246.aufjms.api.dispatch with type arguments of type DispatchListenerModifierConstructorDescriptionDefaultDispatchFn(jakarta.jms.ConnectionFactory connectionFactory, ToJson toJson, List<DispatchListener> dispatchListeners) Creates a DefaultDispatchFn with the given ConnectionFactory.DefaultDispatchFn(jakarta.jms.JMSContext jmsContex, ToJson toJson, List<DispatchListener> dispatchListeners) Creates a DefaultDispatchFn with the given JMSContext. -
Uses of DispatchListener in me.ehp246.aufjms.core.dispatch
Classes in me.ehp246.aufjms.core.dispatch that implement DispatchListenerConstructor parameters in me.ehp246.aufjms.core.dispatch with type arguments of type DispatchListenerModifierConstructorDescriptionDefaultDispatchFnProvider(ConnectionFactoryProvider cfProvider, ToJson toJson, List<DispatchListener> dispatchListeners)