次の方法で共有


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

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