Packages

class BlockNumberPublisher extends SimplePublisher[BigInt, BigInt, Dummy.type]

Linear Supertypes
SimplePublisher[BigInt, BigInt, Dummy.type], Parent[BigInt], Publisher[BigInt], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockNumberPublisher
  2. SimplePublisher
  3. Parent
  4. Publisher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BlockNumberPublisher(ethJsonRpcUrl: String, 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[_ >: BigInt]): Unit
    Definition Classes
    SimplePublisher → Publisher