Uses of Enum Class
io.dapr.client.domain.BulkSubscribeAppResponseStatus
Packages that use BulkSubscribeAppResponseStatus
-
Uses of BulkSubscribeAppResponseStatus in io.dapr.client.domain
Methods in io.dapr.client.domain that return BulkSubscribeAppResponseStatusModifier 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.Constructors in io.dapr.client.domain with parameters of type BulkSubscribeAppResponseStatusModifierConstructorDescriptionBulkSubscribeAppResponseEntry
(String entryId, BulkSubscribeAppResponseStatus status) Instantiate a BulkSubscribeAppResponseEntry.