Message

io.vertx.lang.scala.core.eventbus.Message
object Message

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Message.type

Members list

Value members

Concrete methods

def unapply[T](m: Message[T]): Option[T]

Unwraps the body of a io.vertx.core.eventbus.Message for use in pattern matching expressions.

Unwraps the body of a io.vertx.core.eventbus.Message for use in pattern matching expressions.

Type parameters

T

the type of the body

Value parameters

m

the io.vertx.core.eventbus.Message

Attributes

Returns

an Option holding the body if present or None