Class ChainbaseConfiguration
java.lang.Object
app.keyconnect.chainbase.configuration.ChainbaseConfiguration
@Configuration
public class ChainbaseConfiguration
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ChainbaseConfiguration() -
Method Summary
Modifier and Type Method Description EthBlockListenerethBlockListener(org.springframework.core.env.Environment env, EthBlockProcessor ethBlockProcessor)EthBlockProcessorethBlockProcessor(EthTransactionRepository ethTransactionRepository, StatsListener statsListener)StatsListenerstatsListener()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChainbaseConfiguration
public ChainbaseConfiguration()
-
-
Method Details
-
ethBlockListener
@Bean(destroyMethod="stop") public EthBlockListener ethBlockListener(org.springframework.core.env.Environment env, EthBlockProcessor ethBlockProcessor) -
statsListener
-
ethBlockProcessor
@Bean public EthBlockProcessor ethBlockProcessor(EthTransactionRepository ethTransactionRepository, StatsListener statsListener)
-