Interface RxBlockchainService

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
RxBitcoinZmqService, RxPeerGroup

public interface RxBlockchainService extends Closeable
Reactive Streams interface for subscribing to reactive blockchain data. There are at least 3 possible implementations 1. A bitcoinj PeerGroup 2. The ZeroMQ (and JSON-RPC) service of a trusted Bitcoin Core node 3. A Bitcoin web service using WebSocket Note: Implementation instances may throw UnsupportedOperationException if they don't support a particular published data type.