接口 ManagedLedgerPayloadProcessor


public interface ManagedLedgerPayloadProcessor
  • 方法详细资料

    • inputProcessor

      default ManagedLedgerPayloadProcessor.Processor inputProcessor()
      Used by ManagedLedger for pre-processing payload before storing in bookkeeper ledger.
      返回:
      Handle to Processor instance
    • outputProcessor

      default ManagedLedgerPayloadProcessor.Processor outputProcessor()
      Used by ManagedLedger for processing payload after reading from bookkeeper ledger.
      返回:
      Handle to Processor instance