ActorReminderState Interface
public interface ActorReminderState extends ActorReminder
Represents internal state of Actor Reminder
Method Summary
Modifier and Type | Method and Description |
---|---|
Duration |
getRemainingDueTime()
Time when reminder is next due |
Inherited Members
ActorReminder.getDueTime()
ActorReminder.getName()
ActorReminder.getPeriod()
ActorReminder.getState()
Method Details
getRemainingDueTime
public Duration getRemainingDueTime()
Time when reminder is next due
Returns:
Due time as java.time.Duration when the reminder is next due.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java