package zmq
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed abstract
class
ZMQNotification extends AnyRef
Represents the various notifications we can subscribe to from a zmq publisher https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md#usage
-
class
ZMQSubscriber extends Logging with StartStop[Unit]
This class is designed to consume a zmq stream from a cryptocurrency's daemon.
This class is designed to consume a zmq stream from a cryptocurrency's daemon. An example of this is bitcoind. For information on how to setup your coin's conf file to be able to consume a zmq stream please see https://github.com/bitcoin/bitcoin/blob/master/doc/zmq.md#usage http://zguide.zeromq.org/java:psenvsub
Value Members
- object HashBlock extends ZMQNotification with Product with Serializable
- object HashTx extends ZMQNotification with Product with Serializable
- object RawBlock extends ZMQNotification with Product with Serializable
- object RawTx extends ZMQNotification with Product with Serializable
- object ZMQNotification