Class BlockMinedListener
- java.lang.Object
-
- org.exoplatform.container.component.BaseComponentPlugin
-
- org.exoplatform.services.listener.Listener<org.web3j.protocol.core.methods.response.EthBlock.Block,Boolean>
-
- org.exoplatform.wallet.blockchain.listener.BlockMinedListener
-
- All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin,org.exoplatform.wallet.statistic.ExoWalletStatisticService
public class BlockMinedListener extends org.exoplatform.services.listener.Listener<org.web3j.protocol.core.methods.response.EthBlock.Block,Boolean> implements org.exoplatform.wallet.statistic.ExoWalletStatisticService
-
-
Constructor Summary
Constructors Constructor Description BlockMinedListener(org.exoplatform.container.ExoContainer container, org.exoplatform.wallet.service.WalletTransactionService transactionService, org.exoplatform.wallet.service.BlockchainTransactionService blockchainTransactionService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getStatisticParameters(String operation, Object result, Object... methodArgs)voidonEvent(org.exoplatform.services.listener.Event<org.web3j.protocol.core.methods.response.EthBlock.Block,Boolean> event)
-