Uses of Class
io.vertigo.stella.impl.master.WorkResult
Packages that use WorkResult
Package
Description
-
Uses of WorkResult in io.vertigo.stella.impl.master
Methods in io.vertigo.stella.impl.master that return WorkResultModifier and TypeMethodDescriptionMasterPlugin.pollResult(String callerNodeId, int waitTimeSeconds) Wait for next result. -
Uses of WorkResult in io.vertigo.stella.plugins.work.redis
Methods in io.vertigo.stella.plugins.work.redis that return WorkResultModifier and TypeMethodDescription<R> WorkResult<R> RedisDB.pollResult(String callerNodeId, Set<String> workTypes) -
Uses of WorkResult in io.vertigo.stella.plugins.work.redis.master
Methods in io.vertigo.stella.plugins.work.redis.master that return WorkResultModifier and TypeMethodDescriptionRedisMasterPlugin.pollResult(String callerNodeId, int waitTimeSeconds) Wait for next result. -
Uses of WorkResult in io.vertigo.stella.plugins.work.rest.master
Methods in io.vertigo.stella.plugins.work.rest.master that return WorkResultModifier and TypeMethodDescriptionRestMasterPlugin.pollResult(String callerNodeId, int waitTimeSeconds) Wait for next result.