Packages

package callback

Type Members

  1. case class NodeCallbackStreamManager(callbacks: NodeCallbacks, overflowStrategy: OverflowStrategy = OverflowStrategy.backpressure, maxBufferSize: Int = 16)(implicit system: ActorSystem) extends NodeCallbacks with StartStopAsync[Unit] with BitcoinSLogger with Product with Serializable

    Creates a wrapper around the give node callbacks with a stream

Ungrouped