Uses of Interface
org.frankframework.receivers.ReceiverAware
-
Uses of ReceiverAware in org.frankframework.core
Modifier and TypeInterfaceDescriptioninterface
Interface extending IPushingListener for listeners which connect to a ListenerPort or other type of named endpoint, from which they receive their messages. -
Uses of ReceiverAware in org.frankframework.http.rest
Modifier and TypeClassDescriptionclass
Listener that allows aReceiver
to receive messages as a REST webservice. -
Uses of ReceiverAware in org.frankframework.jms
Modifier and TypeClassDescriptionclass
A true multi-threadedListener
-class.class
JMSListener re-implemented as a pushing listener rather than a pulling listener.