Interface AlarmFactory
-
public interface AlarmFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAlarmFactory.Internal
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AlarmFactorycreate(Duration duration)Future<?>newAlarm(Runnable runnable)
-
-
-
Method Detail
-
create
static AlarmFactory create(Duration duration)
-
-