Uses of Package
org.apache.activemq.artemis.core.journal
Packages that use org.apache.activemq.artemis.core.journal
Package
Description
-
Classes in org.apache.activemq.artemis.core.journal used by org.apache.activemq.artemis.core.ioClassDescriptionThis interface provides encoding support for the Journal.
-
-
Classes in org.apache.activemq.artemis.core.journal used by org.apache.activemq.artemis.core.journalClassDescriptionThis is a facade between the new Persister and the former EncodingSupport.This interface provides encoding support for the Journal.Most methods on the journal provide a blocking version where you select the sync mode and a non blocking mode where you pass a completion callback as a parameter.This is a POJO containing information about the journal during load time.A Callback to receive information about bad transactions for extra cleanup required for broken transactions such as large messages.
-
-
Classes in org.apache.activemq.artemis.core.journal used by org.apache.activemq.artemis.core.journal.implClassDescriptionThis interface provides encoding support for the Journal.Most methods on the journal provide a blocking version where you select the sync mode and a non blocking mode where you pass a completion callback as a parameter.This is a POJO containing information about the journal during load time.A Callback to receive information about bad transactions for extra cleanup required for broken transactions such as large messages.
-