ActorStateProvider.deleteReminderAsync(ActorId actorId, String reminderName, CancellationToken cancellationToken) 方法
定义
Deletes the specified actor reminder if it exists.
public CompletableFuture<?> deleteReminderAsync(ActorId actorId, String reminderName, CancellationToken cancellationToken)
参数
- actorId
- ActorId
ID of the actor for which to delete the reminder.
- reminderName
- String
Name of the reminder to delete.
- cancellationToken
- CancellationToken
CancellationToken object to indicate the cancellation status of the operation.
返回
CompletableFuture<?>
A task that represents the asynchronous delete operation.