Class RxBitcoinZmqBinaryService

java.lang.Object
org.consensusj.bitcoin.rx.zeromq.RxBitcoinZmqBinaryService
All Implemented Interfaces:
Closeable, AutoCloseable, RxBlockchainBinaryService
Direct Known Subclasses:
RxBitcoinZmqService

Service to listen for ZMQ messages from multiple TCP ports. Uses Bitcoin Core JSON-RPC to find the TCP address of the required services. TODO: Support using all topics, notjust `rawblock` and `rawtx`.