Uses of Class
org.frankframework.jdbc.JdbcTableMessageBrowser
Packages that use JdbcTableMessageBrowser
-
Uses of JdbcTableMessageBrowser in org.frankframework.jdbc
Subclasses of JdbcTableMessageBrowser in org.frankframework.jdbcModifier and TypeClassDescriptionclassDummyTransactionalStorage<S extends Serializable>Deprecated, for removal: This API element is subject to removal in a future version.classJdbcTransactionalStorage<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.