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 TypeClassDescriptionclassDummyTransactionalStorage<S extends Serializable>Deprecated, for removal: This API element is subject to removal in a future version.classclassJdbcTransactionalStorage<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.