Package | Description |
---|---|
agi.foundation.infrastructure.threading |
Contains types used to perform and manage calculations among multiple threads of execution.
|
Modifier and Type | Method and Description |
---|---|
static RecurringTask |
RecurringTask.of(RecurringTask.Function f)
Create a delegate for the given interface.
|
static RecurringTask |
RecurringTask.of(RecurringTask.Function f,
Class<?> targetClass,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|
static RecurringTask |
RecurringTask.of(RecurringTask.Function f,
Object targetObject,
String methodName,
Class<?>... methodParameterClasses)
Create a delegate for the given interface.
|