Uses of Interface
org.apache.pulsar.common.intercept.ManagedLedgerPayloadProcessor.Processor
Packages that use ManagedLedgerPayloadProcessor.Processor
-
Uses of ManagedLedgerPayloadProcessor.Processor in org.apache.pulsar.common.intercept
Methods in org.apache.pulsar.common.intercept that return ManagedLedgerPayloadProcessor.ProcessorModifier and TypeMethodDescriptionManagedLedgerPayloadProcessor.inputProcessor()Used by ManagedLedger for pre-processing payload before storing in bookkeeper ledger.ManagedLedgerPayloadProcessor.outputProcessor()Used by ManagedLedger for processing payload after reading from bookkeeper ledger.