Uses of Interface
org.frankframework.core.IPullingListener
Packages that use IPullingListener
-
Uses of IPullingListener in org.frankframework.core
Subinterfaces of IPullingListener in org.frankframework.coreModifier and TypeInterfaceDescriptioninterface
Additional behaviour for pulling listeners that are able to listen to a specific message, specified by a correlation ID.interface
PullingListener extension that checks for available messages to retrieve without starting a XA transaction. -
Uses of IPullingListener in org.frankframework.jdbc
Classes in org.frankframework.jdbc that implement IPullingListenerModifier 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
.class
Database Listener that returns a count of messages available, but does not perform any locking or other management of processing messages in parallel. -
Uses of IPullingListener in org.frankframework.jms
Classes in org.frankframework.jms that implement IPullingListener