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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java