java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.service.event_publish.LedgerUpdatedEventPublisher

@Service public class LedgerUpdatedEventPublisher extends Object
  • Field Details

    • dispatchBatchSize

      @Value("${lob.blockchain_publisher.send.batch.size:100}") protected int dispatchBatchSize
  • Constructor Details

    • LedgerUpdatedEventPublisher

      public LedgerUpdatedEventPublisher()
  • Method Details

    • sendTxLedgerUpdatedEvents

      @Transactional public void sendTxLedgerUpdatedEvents(String organisationId, Set<TransactionEntity> allTxs)
    • sendReportLedgerUpdatedEvents

      @Transactional public void sendReportLedgerUpdatedEvents(String organisationId, Set<ReportEntity> reports)