Class AbstractCallableCommand

java.lang.Object
com.redis.riot.core.BaseCommand
com.redis.riot.core.AbstractCallableCommand
All Implemented Interfaces:
Callable<Integer>
Direct Known Subclasses:
AbstractJobCommand

public abstract class AbstractCallableCommand extends BaseCommand implements Callable<Integer>