Interface SendOpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SendOp, SendOp.Builder
public interface SendOpOrBuilder
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 headerscom.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; -
hasTimeout
boolean hasTimeout()Timeout in milliseconds
.google.protobuf.Duration timeout = 4;- Returns:
- Whether the timeout field is set.
-
getTimeout
com.google.protobuf.Duration getTimeout()Timeout in milliseconds
.google.protobuf.Duration timeout = 4;- Returns:
- The timeout.
-
getTimeoutOrBuilder
com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()Timeout in milliseconds
.google.protobuf.Duration timeout = 4;
-