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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DLCWalletCallbackStreamManager
- Serializable
- Product
- Equals
- StartStopAsync
- StartStop
- DLCWalletCallbacks
- BitcoinSLogger
- ModuleCallbacks
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DLCWalletCallbackStreamManager(callbacks: DLCWalletCallbacks, 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: DLCWalletCallbacks): DLCWalletCallbacks
- Definition Classes
- DLCWalletCallbackStreamManager → ModuleCallbacks
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val callbacks: DLCWalletCallbacks
- 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 executeOnDLCOfferAdd(offerDb: IncomingDLCOfferDb)(implicit ec: ExecutionContext): Future[Unit]
- Definition Classes
- DLCWalletCallbacks
- def executeOnDLCOfferRemove(offerHash: Sha256Digest)(implicit ec: ExecutionContext): Future[Unit]
- Definition Classes
- DLCWalletCallbacks
- def executeOnDLCStateChange(status: DLCStatus)(implicit ec: ExecutionContext): Future[Unit]
- Definition Classes
- DLCWalletCallbacks
- 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 onOfferAdd: CallbackHandler[IncomingDLCOfferDb, OnDLCOfferAdd]
- Definition Classes
- DLCWalletCallbackStreamManager → DLCWalletCallbacks
- def onOfferRemove: CallbackHandler[Sha256Digest, OnDLCOfferRemove]
- Definition Classes
- DLCWalletCallbackStreamManager → DLCWalletCallbacks
- def onStateChange: CallbackHandler[DLCStatus, OnDLCStateChange]
- Definition Classes
- DLCWalletCallbackStreamManager → DLCWalletCallbacks
- val overflowStrategy: OverflowStrategy
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def start(): Future[Unit]
- Definition Classes
- DLCWalletCallbackStreamManager → StartStop
- 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
- DLCWalletCallbackStreamManager → 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()