Packages

c

org.bitcoins.rpc.callback

BitcoindCallbackStreamManager

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitcoindCallbackStreamManager
  2. Serializable
  3. Product
  4. Equals
  5. StartStopAsync
  6. StartStop
  7. BitcoindCallbacks
  8. BitcoinSLogger
  9. NodeApiCallbacks
  10. ModuleCallbacks
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BitcoindCallbackStreamManager(callbacks: BitcoindCallbacks, overflowStrategy: OverflowStrategy = OverflowStrategy.backpressure, maxBufferSize: Int = 16)(implicit system: ActorSystem)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: BitcoindCallbacks): BitcoindCallbacks

    Consider calling stop() before creating a new instance of callbacks this is because the previous stream will keep running and a new stream will be created

    Consider calling stop() before creating a new instance of callbacks this is because the previous stream will keep running and a new stream will be created

    Definition Classes
    BitcoindCallbackStreamManagerModuleCallbacks
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val callbacks: BitcoindCallbacks
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def executeOnBlockReceivedCallbacks(block: Block)(implicit ec: ExecutionContext): Future[Unit]
  10. def executeOnTxReceivedCallbacks(tx: Transaction)(implicit ec: ExecutionContext): Future[Unit]
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def logger: Logger
    Definition Classes
    BitcoinSLogger
  15. val maxBufferSize: Int
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. def onBlockReceived: CallbackHandler[Block, OnBlockReceived]
  20. def onTxReceived: CallbackHandler[Transaction, OnTxReceived]
  21. val overflowStrategy: OverflowStrategy
  22. def productElementNames: Iterator[String]
    Definition Classes
    Product
  23. def start(): Future[Unit]
  24. def stop(): Future[Unit]
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from StartStopAsync[Unit]

Inherited from StartStop[Future[Unit]]

Inherited from BitcoindCallbacks

Inherited from BitcoinSLogger

Inherited from AnyRef

Inherited from Any

Ungrouped