Interface RequestOpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RequestOp, RequestOp.Builder
public interface RequestOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsHeaders(String key) Message headersThe address the message was sent tocom.google.protobuf.ByteStringThe address the message was sent togetBody()Message payloadMessage payloadDeprecated.intMessage headersMessage headersgetHeadersOrDefault(String key, String defaultValue) Message headersgetHeadersOrThrow(String key) Message headersThe desired format of the reply bodyintThe desired format of the reply bodycom.google.protobuf.DurationTimeout in millisecondscom.google.protobuf.DurationOrBuilderTimeout in millisecondsbooleanhasBody()Message payloadbooleanTimeout in millisecondsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAddress
-
getAddressBytes
com.google.protobuf.ByteString getAddressBytes()The address the message was sent to
string address = 1;- Returns:
- The bytes for address.
-
getHeadersCount
int getHeadersCount()Message headers
map<string, string> headers = 2; -
containsHeaders
Message headers
map<string, string> headers = 2; -
getHeaders
-
getHeadersMap
-
getHeadersOrDefault
-
getHeadersOrThrow
-
hasBody
boolean hasBody()Message payload
.vertx.event.v1alpha.JsonValue body = 3;- Returns:
- Whether the body field is set.
-
getBody
-
getBodyOrBuilder
JsonValueOrBuilder getBodyOrBuilder()Message payload
.vertx.event.v1alpha.JsonValue body = 3; -
getReplyBodyFormatValue
int getReplyBodyFormatValue()The desired format of the reply body
.vertx.event.v1alpha.JsonValueFormat reply_body_format = 4;- Returns:
- The enum numeric value on the wire for replyBodyFormat.
-
getReplyBodyFormat
JsonValueFormat getReplyBodyFormat()The desired format of the reply body
.vertx.event.v1alpha.JsonValueFormat reply_body_format = 4;- Returns:
- The replyBodyFormat.
-
hasTimeout
boolean hasTimeout()Timeout in milliseconds
.google.protobuf.Duration timeout = 5;- Returns:
- Whether the timeout field is set.
-
getTimeout
com.google.protobuf.Duration getTimeout()Timeout in milliseconds
.google.protobuf.Duration timeout = 5;- Returns:
- The timeout.
-
getTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()Timeout in milliseconds
.google.protobuf.Duration timeout = 5;
-