Package io.dapr.client.domain
Class BulkSubscribeAppResponseEntry
- java.lang.Object
-
- io.dapr.client.domain.BulkSubscribeAppResponseEntry
-
public final class BulkSubscribeAppResponseEntry extends Object
Maps aBulkSubscribeMessageEntryto aBulkSubscribeAppResponseStatus.
-
-
Constructor Summary
Constructors Constructor Description BulkSubscribeAppResponseEntry(String entryId, BulkSubscribeAppResponseStatus status)Instantiate a BulkSubscribeAppResponseEntry.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntryId()BulkSubscribeAppResponseStatusgetStatus()
-
-
-
Constructor Detail
-
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 Detail
-
getEntryId
public String getEntryId()
-
getStatus
public BulkSubscribeAppResponseStatus getStatus()
-
-