Packages

class LogPublisher extends SimplePublisher[Log, Log, Filter]

Annotations
@deprecated
Deprecated

(Since version 0.0.14) Use LogNoFilterPublisher, avoid iffily supported JSON-RPC filter ops.

Linear Supertypes
SimplePublisher[Log, Log, Filter], Parent[Log], Publisher[Log], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogPublisher
  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 LogPublisher(ethJsonRpcUrl: String, query: Query, 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. val mbEndBlock: Option[BigInt]
  2. def subscribe(subscriber: Subscriber[_ >: Log]): Unit
    Definition Classes
    SimplePublisher → Publisher