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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitcoindCallbackStreamManager
- Serializable
- Product
- Equals
- StartStopAsync
- StartStop
- BitcoindCallbacks
- BitcoinSLogger
- NodeApiCallbacks
- ModuleCallbacks
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BitcoindCallbackStreamManager(callbacks: BitcoindCallbacks, overflowStrategy: OverflowStrategy = OverflowStrategy.backpressure, maxBufferSize: Int = 16)(implicit system: ActorSystem)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- BitcoindCallbackStreamManager → ModuleCallbacks
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val callbacks: BitcoindCallbacks
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def executeOnBlockReceivedCallbacks(block: Block)(implicit ec: ExecutionContext): Future[Unit]
- Definition Classes
- BitcoindCallbackStreamManager → NodeApiCallbacks
- def executeOnTxReceivedCallbacks(tx: Transaction)(implicit ec: ExecutionContext): Future[Unit]
- Definition Classes
- BitcoindCallbackStreamManager → NodeApiCallbacks
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logger: Logger
- Definition Classes
- BitcoinSLogger
- val maxBufferSize: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def onBlockReceived: CallbackHandler[Block, OnBlockReceived]
- Definition Classes
- BitcoindCallbackStreamManager → NodeApiCallbacks
- def onTxReceived: CallbackHandler[Transaction, OnTxReceived]
- Definition Classes
- BitcoindCallbackStreamManager → NodeApiCallbacks
- val overflowStrategy: OverflowStrategy
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def start(): Future[Unit]
- Definition Classes
- BitcoindCallbackStreamManager → StartStop
- def stop(): Future[Unit]
- Definition Classes
- BitcoindCallbackStreamManager → StartStop
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()