Class LedgerUpdatedEventPublisher
java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.service.event_publish.LedgerUpdatedEventPublisher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendReportLedgerUpdatedEvents(String organisationId, Set<ReportEntity> reports) voidsendTxLedgerUpdatedEvents(String organisationId, Set<TransactionEntity> allTxs)
-
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)
-