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 Details

    • getAddress

      String getAddress()
      The address the message was sent to
      
      string address = 1;
      Returns:
      The address.
    • 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

      boolean containsHeaders(String key)
      Message headers
      
      map<string, string> headers = 2;
    • getHeaders

      @Deprecated Map<String,String> getHeaders()
      Deprecated.
      Use getHeadersMap() instead.
    • getHeadersMap

      Map<String,String> getHeadersMap()
      Message headers
      
      map<string, string> headers = 2;
    • getHeadersOrDefault

      String getHeadersOrDefault(String key, String defaultValue)
      Message headers
      
      map<string, string> headers = 2;
    • getHeadersOrThrow

      String getHeadersOrThrow(String key)
      Message headers
      
      map<string, string> headers = 2;
    • hasBody

      boolean hasBody()
      Message payload
      
      .vertx.event.v1alpha.JsonValue body = 3;
      Returns:
      Whether the body field is set.
    • getBody

      JsonValue getBody()
      Message payload
      
      .vertx.event.v1alpha.JsonValue body = 3;
      Returns:
      The body.
    • 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;