Uses of Interface
me.ehp246.aufjms.api.jms.ToJson
Packages that use ToJson
Package
Description
-
Uses of ToJson in me.ehp246.aufjms.api.dispatch
Constructors in me.ehp246.aufjms.api.dispatch with parameters of type ToJsonModifierConstructorDescriptionDefaultDispatchFn(jakarta.jms.ConnectionFactory connectionFactory, ToJson toJson, List<DispatchListener> dispatchListeners) Creates a DefaultDispatchFn with the given ConnectionFactory.DefaultDispatchFn(jakarta.jms.JMSContext jmsContex, ToJson toJson) DefaultDispatchFn(jakarta.jms.JMSContext jmsContex, ToJson toJson, List<DispatchListener> dispatchListeners) Creates a DefaultDispatchFn with the given JMSContext. -
Uses of ToJson in me.ehp246.aufjms.core.dispatch
Constructors in me.ehp246.aufjms.core.dispatch with parameters of type ToJsonModifierConstructorDescriptionDefaultDispatchFnProvider(ConnectionFactoryProvider cfProvider, ToJson toJson, List<DispatchListener> dispatchListeners) -
Uses of ToJson in me.ehp246.aufjms.provider.jackson
Classes in me.ehp246.aufjms.provider.jackson that implement ToJson