Package io.dapr.client.domain
Class BulkSubscribeAppResponseEntry
java.lang.Object
io.dapr.client.domain.BulkSubscribeAppResponseEntry
Maps a
BulkSubscribeMessageEntry
to a BulkSubscribeAppResponseStatus
.-
Constructor Summary
ConstructorDescriptionBulkSubscribeAppResponseEntry
(String entryId, BulkSubscribeAppResponseStatus status) Instantiate a BulkSubscribeAppResponseEntry. -
Method Summary
-
Constructor Details
-
BulkSubscribeAppResponseEntry
Instantiate a BulkSubscribeAppResponseEntry.- Parameters:
entryId
- entry ID of the event.status
- status of the event processing in application.
-
-
Method Details
-
getEntryId
-
getStatus
-