Interface SubscribeOpOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SubscribeOp, SubscribeOp.Builder

public interface SubscribeOpOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAddress

      String getAddress()
      The address to subscribe to
      
      string address = 1;
      Returns:
      The address.
    • getAddressBytes

      com.google.protobuf.ByteString getAddressBytes()
      The address to subscribe 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;
    • getMessageBodyFormatValue

      int getMessageBodyFormatValue()
      The desired format of the message body sent by the bridge
      
      .vertx.event.v1alpha.JsonValueFormat message_body_format = 3;
      Returns:
      The enum numeric value on the wire for messageBodyFormat.
    • getMessageBodyFormat

      JsonValueFormat getMessageBodyFormat()
      The desired format of the message body sent by the bridge
      
      .vertx.event.v1alpha.JsonValueFormat message_body_format = 3;
      Returns:
      The messageBodyFormat.