Packages

class BlockHashPublisher extends SimplePublisher[EthHash, EthHash, BlockFilter]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlockHashPublisher
  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 BlockHashPublisher(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[_ >: EthHash]): Unit
    Definition Classes
    SimplePublisher → Publisher