object MessageSource
- Alphabetic
- By Inheritance
- MessageSource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(asJava: servicediscovery.types.MessageSource): MessageSource
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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
-
def
createRecord(name: String, address: String, type: String): Record
Same as io.vertx.scala.servicediscovery.types.MessageSource#createRecord without additional metadata.
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
-
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
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
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
-
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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )