Packages

c

org.bitcoins.dlc.wallet.callback

DLCWalletCallbackStreamManager

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

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

Instance Constructors

  1. new DLCWalletCallbackStreamManager(callbacks: DLCWalletCallbacks, 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: DLCWalletCallbacks): DLCWalletCallbacks
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val callbacks: DLCWalletCallbacks
  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 executeOnDLCOfferAdd(offerDb: IncomingDLCOfferDb)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    DLCWalletCallbacks
  10. def executeOnDLCOfferRemove(offerHash: Sha256Digest)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    DLCWalletCallbacks
  11. def executeOnDLCStateChange(status: DLCStatus)(implicit ec: ExecutionContext): Future[Unit]
    Definition Classes
    DLCWalletCallbacks
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def logger: Logger
    Definition Classes
    BitcoinSLogger
  16. val maxBufferSize: Int
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def onOfferAdd: CallbackHandler[IncomingDLCOfferDb, OnDLCOfferAdd]
  21. def onOfferRemove: CallbackHandler[Sha256Digest, OnDLCOfferRemove]
  22. def onStateChange: CallbackHandler[DLCStatus, OnDLCStateChange]
  23. val overflowStrategy: OverflowStrategy
  24. def productElementNames: Iterator[String]
    Definition Classes
    Product
  25. def start(): Future[Unit]
  26. def stop(): Future[Unit]

    Completes all streams and waits until they are fully drained

    Completes all streams and waits until they are fully drained

    Definition Classes
    DLCWalletCallbackStreamManagerStartStop
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. 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 DLCWalletCallbacks

Inherited from BitcoinSLogger

Inherited from AnyRef

Inherited from Any

Ungrouped