Packages

abstract class SimplePublisher[T, S, F <: Filter] extends Publisher[T] with Parent[T]

Annotations
@deprecated
Deprecated

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

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

Instance Constructors

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

Concrete Value Members

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