Schnittstelle IAfterEveryMediator
- Alle bekannten Implementierungsklassen:
AfterEveryMediator
public interface IAfterEveryMediator
- Version:
- 2025-02-10
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidLets the currentIAfterEveryMediatorrun the given job.runInBackground(Runnable job) Lets the currentIAfterEveryMediatorrun the given job asynchronously in the background.
-
Methodendetails
-
run
Lets the currentIAfterEveryMediatorrun the given job.- Parameter:
job-- Löst aus:
RuntimeException- if the given job is null.
-
runInBackground
Lets the currentIAfterEveryMediatorrun 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.
-