Class BulkPublishResponseFailedEntry<T>

java.lang.Object
io.dapr.client.domain.BulkPublishResponseFailedEntry<T>

public final class BulkPublishResponseFailedEntry<T> extends Object
Class representing the entry that failed to be published using BulkPublishRequest.
  • Constructor Details

    • BulkPublishResponseFailedEntry

      public BulkPublishResponseFailedEntry(BulkPublishEntry<T> entry, String errorMessage)
      Constructor for BulkPublishResponseFailedEntry.
      Parameters:
      entry - The entry that has failed.
      errorMessage - The error message for why the entry failed.
  • Method Details