c

org.bitcoins.wallet.callback

WalletCallbackStreamManager

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

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

Instance Constructors

  1. new WalletCallbackStreamManager(callbacks: WalletCallbacks, 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: WalletCallbacks): WalletCallbacks
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val callbacks: WalletCallbacks
  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 executeOnBlockProcessed(block: Block)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    WalletCallbacks
  10. def executeOnFeeRateChanged(feeRate: FeeUnit)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    WalletCallbacks
  11. def executeOnNewAddressGenerated(address: BitcoinAddress)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    WalletCallbacks
  12. def executeOnRescanComplete(walletName: String)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    WalletCallbacks
  13. def executeOnReservedUtxos(utxos: Vector[SpendingInfoDb])(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    WalletCallbacks
  14. def executeOnTransactionBroadcast(tx: Transaction)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    WalletCallbacks
  15. def executeOnTransactionProcessed(tx: Transaction)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    WalletCallbacks
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def logger: Logger
    Definition Classes
    BitcoinSLogger
  20. val maxBufferSize: Int
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def onBlockProcessed: CallbackHandler[Block, OnBlockProcessed]
  25. def onFeeRateChanged: CallbackHandler[FeeUnit, OnFeeRateChanged]
  26. def onNewAddressGenerated: CallbackHandler[BitcoinAddress, OnNewAddressGenerated]
  27. def onRescanComplete: CallbackHandler[String, OnRescanComplete]
  28. def onReservedUtxos: CallbackHandler[Vector[SpendingInfoDb], OnReservedUtxos]
  29. def onTransactionBroadcast: CallbackHandler[Transaction, OnTransactionBroadcast]
  30. def onTransactionProcessed: CallbackHandler[Transaction, OnTransactionProcessed]
  31. val overflowStrategy: OverflowStrategy
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def start(): Future[Unit]
  34. def stop(): Future[Unit]
  35. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. 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 WalletCallbacks

Inherited from BitcoinSLogger

Inherited from AnyRef

Inherited from Any

Ungrouped