Packages

package zmq

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. 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

  2. class ZMQSubscriber extends BitcoinSLogger 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

  1. case object HashBlock extends ZMQNotification with Product with Serializable
  2. case object HashTx extends ZMQNotification with Product with Serializable
  3. case object RawBlock extends ZMQNotification with Product with Serializable
  4. case object RawTx extends ZMQNotification with Product with Serializable
  5. object ZMQNotification

Ungrouped