Package io.dapr.client.domain
Class BulkSubscribeMessage<T>
java.lang.Object
io.dapr.client.domain.BulkSubscribeMessage<T>
Represents a bulk of messages received from the message bus.
-
Constructor Summary
ConstructorDescriptionBulkSubscribeMessage
(List<BulkSubscribeMessageEntry<T>> entries, String topic, Map<String, String> metadata) Instantiate a BulkSubscribeMessage. -
Method Summary
-
Constructor Details
-
BulkSubscribeMessage
public BulkSubscribeMessage(List<BulkSubscribeMessageEntry<T>> entries, String topic, Map<String, String> metadata) Instantiate a BulkSubscribeMessage.- Parameters:
entries
- maps aBulkSubscribeMessageEntry
to aBulkSubscribeAppResponseStatus
.topic
- pubSub topic.metadata
- metadata for theBulkSubscribeMessage
-
-
Method Details
-
getEntries
-
getTopic
-
getMetadata
-