Packages

class ConfirmedLogPublisher extends Publisher[Recorded] with Parent[Recorded]

Linear Supertypes
Parent[Recorded], Publisher[Recorded], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConfirmedLogPublisher
  2. Parent
  3. Publisher
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConfirmedLogPublisher(ethJsonRpcUrl: String, query: Query, numConfirmations: Int, blockPollDelay: Duration = 3.seconds, subscriptionUpdateDelay: Duration = 3.seconds)(implicit efactory: Factory = Exchanger.Factory.Default, scheduler: Scheduler = Scheduler.Default, executionContext: ExecutionContext = ExecutionContext.global)

Value Members

  1. def subscribe(subscriber: Subscriber[_ >: Recorded]): Unit
    Definition Classes
    ConfirmedLogPublisher → Publisher