Class TransactionDispatcherJob
java.lang.Object
org.cardanofoundation.lob.app.blockchain_publisher.job.TransactionDispatcherJob
@Service("blockchain_publisher.TransactionDispatcherJob")
@ConditionalOnProperty(value="lob.blockchain_publisher.enabled",
havingValue="true",
matchIfMissing=true)
public class TransactionDispatcherJob
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TransactionDispatcherJob
public TransactionDispatcherJob()
-
-
Method Details
-
init
@PostConstruct public void init() -
execute
@Scheduled(fixedDelayString="${lob.blockchain_publisher.dispatcher.txs.fixed_delay:PT10S}", initialDelayString="${lob.blockchain_publisher.dispatcher.txs.initial_delay:PT1M}") public void execute()
-