Uses of Class
org.frankframework.jdbc.AbstractJdbcMessageBrowser
Packages that use AbstractJdbcMessageBrowser
-
Uses of AbstractJdbcMessageBrowser in org.frankframework.jdbc
Subclasses of AbstractJdbcMessageBrowser in org.frankframework.jdbcModifier and TypeClassDescriptionclassclassJdbcTransactionalStorage<S extends Serializable>Implements a message log (JdbcMessageLog) or error store (JdbcErrorStorage) that uses database table IBISSTORE.classSend messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener.