Uses of Interface
org.frankframework.receivers.ReceiverAware
Packages that use ReceiverAware
-
Uses of ReceiverAware in org.frankframework.core
Subinterfaces of ReceiverAware in org.frankframework.coreModifier 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
Classes in org.frankframework.http.rest that implement ReceiverAwareModifier and TypeClassDescriptionclass
Listener that allows aReceiver
to receive messages as a REST webservice. -
Uses of ReceiverAware in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement ReceiverAwareModifier and TypeClassDescriptionclass
JdbcListener<M>
JdbcListener base class.class
Deprecated, for removal: This API element is subject to removal in a future version.class
Database Listener that operates on a table having at least a key and a status field.class
Read messages from the IBISSTORE database table previously stored by aMessageStoreSender
.