| CarrotTask |
|
| IocTaskLambda<S> |
This is a functional interface which represents a lambda that will be parsed by Carrot.
|
| IocTaskLambdaFromStream<S,T> |
This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot.
|
| TaskLambda |
This is a functional interface which represents a lambda that will be parsed by Carrot.
|
| TaskLambdaFromStream<T> |
This is a functional interface which allows you to schedule tasks based on a Stream and a lambda that will be parsed by Carrot.
|
| TaskRequest |
Classes implementing this interface can be used to enqueue a Carrot Task and will be used as the
argument for the actual TaskRequestHandler.
|
| TaskRequestHandler<T extends TaskRequest> |
Classes implementing this interface will handle the actual TaskRequest.
|