Uses of Class
org.frankframework.jdbc.JdbcTableMessageBrowser
-
Uses of JdbcTableMessageBrowser in org.frankframework.jdbc
Modifier and TypeClassDescriptionclass
DummyTransactionalStorage<S extends Serializable>
Deprecated, for removal: This API element is subject to removal in a future version.class
JdbcTransactionalStorage<S extends Serializable>
Implements a message log (JdbcMessageLog
) or error store (JdbcErrorStorage
) that uses database table IBISSTORE.class
Send messages to the IBISSTORE database table to have them processed exactly-once by another adapter which will read the messages using aMessageStoreListener
.