Schnittstelle IAfterEveryMediator
- Alle bekannten Implementierungsklassen:
AfterEveryMediator
public interface IAfterEveryMediator
- Version:
- 2025-02-10
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
Lets the currentIAfterEveryMediator
run the given job.runInBackground
(Runnable job) Lets the currentIAfterEveryMediator
run the given job asynchronously in the background.
-
Methodendetails
-
run
Lets the currentIAfterEveryMediator
run the given job.- Parameter:
job
-- Löst aus:
RuntimeException
- if the given job is null.
-
runInBackground
Lets the currentIAfterEveryMediator
run the given job asynchronously in the background.- Parameter:
job
-- Gibt zurück:
- a new
IFuture
. - Löst aus:
RuntimeException
- if the given job is null.
-