public class Message extends Object
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Message> |
__TYPE_ARG |
Constructor and Description |
---|
Message(Message delegate) |
Message(Object delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
connectionParams() |
boolean |
equals(Object o) |
Message |
getDelegate() |
int |
hashCode() |
JsonObject |
message() |
static Message |
newInstance(Message arg) |
ServerWebSocket |
socket() |
String |
toString() |
MessageType |
type() |
public static final io.vertx.lang.rx.TypeArg<Message> __TYPE_ARG
public Message getDelegate()
public ServerWebSocket socket()
public MessageType type()
public JsonObject message()
public Object connectionParams()
Copyright © 2022 Eclipse. All rights reserved.