Packages

object MessageSource

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(asJava: servicediscovery.types.MessageSource): MessageSource
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createRecord(name: String, address: String): Record

    Same as io.vertx.scala.servicediscovery.types.MessageSource#createRecord without additional metadata, and no type for the payload.

    Same as io.vertx.scala.servicediscovery.types.MessageSource#createRecord without additional metadata, and no type for the payload.

    name

    the name of the service

    address

    the address on which the data is sent.

    returns

    the created recordsee Record

  8. def createRecord(name: String, address: String, type: String): Record

    Same as io.vertx.scala.servicediscovery.types.MessageSource#createRecord without additional metadata.

    name

    the name of the service

    address

    the address on which the data is sent

    type

    the type of payload

    returns

    the created recordsee Record

  9. def createRecord(name: String, address: String, type: String, metadata: JsonObject): Record

    Create a record representing a data producer.

    Create a record representing a data producer.

    name

    the name of the service

    address

    the address on which the data is sent

    type

    the type of payload (fully qualified name of the class)

    metadata

    additional metadata

    returns

    the created recordsee Record

  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  14. def getConsumer[T](discovery: ServiceDiscovery, filter: (Record) ⇒ Boolean, resultHandler: Handler[AsyncResult[MessageConsumer[T]]])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Unit

    Convenient method that looks for a message source and provides the configured .

    Convenient method that looks for a message source and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails.

    discovery

    The service discovery instance

    filter

    The filter, must not be null

    resultHandler

    The result handler

  15. def getConsumer[T](discovery: ServiceDiscovery, filter: JsonObject, resultHandler: Handler[AsyncResult[MessageConsumer[T]]])(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T]): Unit

    Convenient method that looks for a message source and provides the configured .

    Convenient method that looks for a message source and provides the configured . The async result is marked as failed is there are no matching services, or if the lookup fails.

    discovery

    The service discovery instance

    filter

    The filter, optional

    resultHandler

    The result handler

  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped