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 Summary
Modifier and TypeMethodDescriptionbooleancontainsHeaders(String key) Message headersThe address to subscribe tocom.google.protobuf.ByteStringThe address to subscribe toDeprecated.intMessage headersMessage headersgetHeadersOrDefault(String key, String defaultValue) Message headersgetHeadersOrThrow(String key) Message headersThe desired format of the message body sent by the bridgeintThe desired format of the message body sent by the bridgeMethods 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 to subscribe 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
-
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.
-