Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GrpcMessage> |
__TYPE_ARG |
Constructor and Description |
---|
GrpcMessage(GrpcMessage delegate) |
GrpcMessage(Object delegate) |
Modifier and Type | Method and Description |
---|---|
String |
encoding() |
boolean |
equals(Object o) |
GrpcMessage |
getDelegate() |
int |
hashCode() |
static GrpcMessage |
message(String encoding,
Buffer payload) |
static GrpcMessage |
newInstance(GrpcMessage arg) |
Buffer |
payload() |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<GrpcMessage> __TYPE_ARG
public GrpcMessage(GrpcMessage delegate)
public GrpcMessage(Object delegate)
public GrpcMessage getDelegate()
public static GrpcMessage message(String encoding, Buffer payload)
encoding
- payload
- public String encoding()
public Buffer payload()
encoding()
formatpublic static GrpcMessage newInstance(GrpcMessage arg)
Copyright © 2023 Eclipse. All rights reserved.