Package io.dapr.client.domain
Class BulkSubscribeMessageEntry<T>
java.lang.Object
io.dapr.client.domain.BulkSubscribeMessageEntry<T>
- Type Parameters:
T
- Type of event.
Represents a single event from a
BulkSubscribeMessage
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BulkSubscribeMessageEntry
public BulkSubscribeMessageEntry(String entryId, T event, String contentType, Map<String, String> metadata) Instantiate a BulkPubSubMessageEntry.- Parameters:
entryId
- unique identifier for the event.event
- pubSub event.contentType
- content type of the event.metadata
- metadata for the event.
-
-
Method Details
-
getEntryId
-
getEvent
-
getContentType
-
getMetadata
-