Uses of Class
io.dapr.client.domain.GetBulkStateRequest
Packages that use GetBulkStateRequest
-
Uses of GetBulkStateRequest in io.dapr.client
Methods in io.dapr.client with parameters of type GetBulkStateRequestModifier and TypeMethodDescriptionDaprClient.getBulkState
(GetBulkStateRequest request, TypeRef<T> type) Retrieve bulk States based on their keys.DaprClientImpl.getBulkState
(GetBulkStateRequest request, TypeRef<T> type) Retrieve bulk States based on their keys. -
Uses of GetBulkStateRequest in io.dapr.client.domain
Methods in io.dapr.client.domain that return GetBulkStateRequestModifier and TypeMethodDescriptionGetBulkStateRequest.setMetadata
(Map<String, String> metadata) GetBulkStateRequest.setParallelism
(int parallelism)