Uses of Interface
org.frankframework.core.IPullingListener
Packages that use IPullingListener
Package
Description
-
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.extensions.kafka
Classes in org.frankframework.extensions.kafka that implement IPullingListenerModifier and TypeClassDescriptionclass
ExperimentalIListener
for listening to a topic in a Kafka instance. -
Uses of IPullingListener in org.frankframework.filesystem
Classes in org.frankframework.filesystem that implement IPullingListenerModifier and TypeClassDescriptionclass
AbstractFileSystemListener<F,
FS extends IBasicFileSystem<F>> listener
that looks in aFileSystem
for files.class
AbstractMailListener<M,
A, S extends IMailFileSystem<M, A>> Implementation of aAbstractFileSystemListener
that enables aReceiver
to look in a folder for received mails. -
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 -
Uses of IPullingListener in org.frankframework.larva.actions
Constructors in org.frankframework.larva.actions with parameters of type IPullingListener -
Uses of IPullingListener in org.frankframework.receivers
Classes in org.frankframework.receivers that implement IPullingListenerModifier and TypeClassDescriptionclass
Listener that looks for files in a LocalFileSystem.class
Microsoft Exchange Implementation of a mailbox based filesystem.class
File listener for an FTP connection.class
class
File listener for an SMB2 or SMB3 share.class
Deprecated.class
File listener for an SFTP connection.