Package io.dapr.client.domain
Class BulkPublishResponseFailedEntry<T>
java.lang.Object
io.dapr.client.domain.BulkPublishResponseFailedEntry<T>
Class representing the entry that failed to be published using BulkPublishRequest.
-
Constructor Summary
ConstructorDescriptionBulkPublishResponseFailedEntry
(BulkPublishEntry<T> entry, String errorMessage) Constructor for BulkPublishResponseFailedEntry. -
Method Summary
-
Constructor Details
-
BulkPublishResponseFailedEntry
Constructor for BulkPublishResponseFailedEntry.- Parameters:
entry
- The entry that has failed.errorMessage
- The error message for why the entry failed.
-
-
Method Details
-
getEntry
-
getErrorMessage
-