Packages

object Publisher

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Publisher
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Processor extends SimpleProcessor[(SolidityEvent, Metadata), NameRenewed]

Value Members

  1. def fromStubContext[T](address: Seq[T] = Nil : List[String], label: Seq[Bytes32] = Nil)(implicit arg0: Source[T], scontext: Context): Publisher[NameRenewed]
  2. def fromUrl[T, U](jsonRpcUrl: U, address: Seq[T] = Nil : List[String], label: Seq[Bytes32] = Nil, eventConfirmations: Int = ...)(implicit arg0: Source[T], arg1: URLSource[U], scheduler: Scheduler, executionContext: ExecutionContext): Publisher[NameRenewed]