Class EncoderPersister

java.lang.Object
org.apache.activemq.artemis.core.journal.EncoderPersister
All Implemented Interfaces:
Persister<EncodingSupport>

public class EncoderPersister extends Object implements Persister<EncodingSupport>
This is a facade between the new Persister and the former EncodingSupport. Methods using the old interface will use this as a facade to provide the previous semantic.