ActorStateProvider.deleteRemindersAsync(Map<ActorId, Collection<String>> reminderNames, CancellationToken cancellationToken) 方法
定义
Deletes the specified set of reminders
public CompletableFuture<?> deleteRemindersAsync(Map<ActorId, Collection<String>> reminderNames, CancellationToken cancellationToken)
参数
- reminderNames
- Map<ActorId, Collection<String>>
The set of reminders to delete
- cancellationToken
- CancellationToken
CancellationToken object to indicate the cancellation status of the operation.
返回
CompletableFuture<?>
A task that represents the asynchronous delete operation.