Package org.frankframework.core
Interface IProvidesMessageBrowsers<M>
- All Superinterfaces:
IHasProcessState<M>
- All Known Implementing Classes:
AbstractFileSystemListener,AbstractMailListener,DirectoryListener,ExchangeMailListener,FtpFileSystemListener,ImapListener,JdbcTableListener,MessageStoreListener,Receiver,Samba2Listener,SambaListener,SftpFileSystemListener
Interface that can be implemented by Listeners that provide their own management of
messages processed and in error.
-
Method Summary
Modifier and TypeMethodDescriptiongetMessageBrowser(ProcessState state) returns abrowserof messages that are in ProcessState 'state', and are stored in a storage managed by the listener itself (as opposed to a storage configured as a messageLog or errorStorage in the configuration).Methods inherited from interface org.frankframework.core.IHasProcessState
changeProcessState, knownProcessStates, targetProcessStates
-
Method Details
-
getMessageBrowser
returns abrowserof messages that are in ProcessState 'state', and are stored in a storage managed by the listener itself (as opposed to a storage configured as a messageLog or errorStorage in the configuration).
-