Uses of Enum Class
io.dapr.client.domain.BulkSubscribeAppResponseStatus
-
Uses of BulkSubscribeAppResponseStatus in io.dapr.client.domain
Modifier and TypeMethodDescriptionBulkSubscribeAppResponseEntry.getStatus()
Returns the enum constant of this class with the specified name.static BulkSubscribeAppResponseStatus[]
BulkSubscribeAppResponseStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBulkSubscribeAppResponseEntry
(String entryId, BulkSubscribeAppResponseStatus status) Instantiate a BulkSubscribeAppResponseEntry.