Package io.dapr.client.domain
Class BulkPublishEntry<T>
java.lang.Object
io.dapr.client.domain.BulkPublishEntry<T>
- Type Parameters:
T
- Type of the event that is part of the request.
Class representing an entry in the BulkPublishRequest or BulkPublishResponse.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BulkPublishEntry
Constructor for the BulkPublishRequestEntry object.- Parameters:
entryId
- A request scoped ID uniquely identifying this entry in the BulkPublishRequest.event
- Event to be published.contentType
- Content Type of the event to be published in MIME format.
-
BulkPublishEntry
Constructor for the BulkPublishRequestEntry object.- Parameters:
entryId
- A request scoped ID uniquely identifying this entry in the BulkPublishRequest.event
- Event to be published.contentType
- Content Type of the event to be published in MIME format.metadata
- Metadata for the event.
-
-
Method Details
-
getEntryId
-
getEvent
-
getContentType
-
getMetadata
-