Interface EventBusMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventBusMessage, EventBusMessage.Builder
public interface EventBusMessageOrBuilder
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 payloadThe consumer ID for subscription managementcom.google.protobuf.ByteStringThe consumer ID for subscription managementDeprecated.intMessage headersMessage headersgetHeadersOrDefault(String key, String defaultValue) Message headersgetHeadersOrThrow(String key) Message headersOptional reply address Presence means that the message is expecting a reply at this reply address This reply address shall be used in Send rpc or Request rpccom.google.protobuf.ByteStringOptional reply address Presence means that the message is expecting a reply at this reply address This reply address shall be used in Send rpc or Request rpcbooleanhasBody()Message payloadMethods 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.
-
getConsumerId
String getConsumerId()The consumer ID for subscription management
string consumer_id = 2;- Returns:
- The consumerId.
-
getConsumerIdBytes
com.google.protobuf.ByteString getConsumerIdBytes()The consumer ID for subscription management
string consumer_id = 2;- Returns:
- The bytes for consumerId.
-
getReplyAddress
String getReplyAddress()Optional reply address Presence means that the message is expecting a reply at this reply address This reply address shall be used in Send rpc or Request rpc
string reply_address = 3;- Returns:
- The replyAddress.
-
getReplyAddressBytes
com.google.protobuf.ByteString getReplyAddressBytes()Optional reply address Presence means that the message is expecting a reply at this reply address This reply address shall be used in Send rpc or Request rpc
string reply_address = 3;- Returns:
- The bytes for replyAddress.
-
getHeadersCount
int getHeadersCount()Message headers
map<string, string> headers = 4; -
containsHeaders
Message headers
map<string, string> headers = 4; -
getHeaders
-
getHeadersMap
-
getHeadersOrDefault
-
getHeadersOrThrow
-
hasBody
boolean hasBody()Message payload
.vertx.event.v1alpha.JsonValue body = 5;- Returns:
- Whether the body field is set.
-
getBody
-
getBodyOrBuilder
JsonValueOrBuilder getBodyOrBuilder()Message payload
.vertx.event.v1alpha.JsonValue body = 5;
-