Class BulkSubscribeAppResponseEntry

java.lang.Object
io.dapr.client.domain.BulkSubscribeAppResponseEntry

public final class BulkSubscribeAppResponseEntry extends Object
  • Constructor Details

    • BulkSubscribeAppResponseEntry

      public BulkSubscribeAppResponseEntry(String entryId, BulkSubscribeAppResponseStatus status)
      Instantiate a BulkSubscribeAppResponseEntry.
      Parameters:
      entryId - entry ID of the event.
      status - status of the event processing in application.
  • Method Details