public interface ManagedLedgerPayloadProcessor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ManagedLedgerPayloadProcessor.Processor |
| Modifier and Type | Method and Description |
|---|---|
default ManagedLedgerPayloadProcessor.Processor |
inputProcessor()
Used by ManagedLedger for pre-processing payload before storing in bookkeeper ledger
|
default ManagedLedgerPayloadProcessor.Processor |
outputProcessor()
Used by ManagedLedger for processing payload after reading from bookkeeper ledger
|
default ManagedLedgerPayloadProcessor.Processor inputProcessor()
default ManagedLedgerPayloadProcessor.Processor outputProcessor()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.