Class PollingChainTipServiceImpl

java.lang.Object
org.consensusj.bitcoin.rx.jsonrpc.PollingChainTipServiceImpl
All Implemented Interfaces:
Closeable, AutoCloseable, ChainTipClient, ChainTipService, AsyncSupport, RxJsonRpcClient

Provides ChainTipService a using a BitcoinClient and a polling interval. This can be used as a fallback if ZeroMQ is not available.