Uses of Class
io.vertigo.stella.impl.master.WorkResult
-
Packages that use WorkResult Package Description io.vertigo.stella.impl.master io.vertigo.stella.plugins.work.redis io.vertigo.stella.plugins.work.redis.master io.vertigo.stella.plugins.work.rest.master -
-
Uses of WorkResult in io.vertigo.stella.impl.master
Methods in io.vertigo.stella.impl.master that return WorkResult Modifier and Type Method Description WorkResultMasterPlugin. pollResult(int waitTimeSeconds) -
Uses of WorkResult in io.vertigo.stella.plugins.work.redis
Methods in io.vertigo.stella.plugins.work.redis that return WorkResult Modifier and Type Method Description <R> WorkResult<R>RedisDB. pollResult(int waitTimeSeconds) -
Uses of WorkResult in io.vertigo.stella.plugins.work.redis.master
Methods in io.vertigo.stella.plugins.work.redis.master that return WorkResult Modifier and Type Method Description WorkResultRedisMasterPlugin. pollResult(int waitTimeSeconds) -
Uses of WorkResult in io.vertigo.stella.plugins.work.rest.master
Methods in io.vertigo.stella.plugins.work.rest.master that return WorkResult Modifier and Type Method Description WorkResultRestMasterPlugin. pollResult(int waitTimeSeconds)
-