Package com.redis.riot.core
Class AbstractCallableCommand
java.lang.Object
com.redis.riot.core.BaseCommand
com.redis.riot.core.AbstractCallableCommand
- Direct Known Subclasses:
AbstractJobCommand
-
Field Summary
FieldsFields inherited from class com.redis.riot.core.BaseCommand
commandSpec
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
log
protected org.slf4j.Logger log
-
-
Constructor Details
-
AbstractCallableCommand
public AbstractCallableCommand()
-
-
Method Details
-
call
-
initialize
- Throws:
RiotInitializationException
-
execute
- Throws:
RiotExecutionException
-
teardown
protected void teardown() -
getLog
public org.slf4j.Logger getLog() -
setLog
public void setLog(org.slf4j.Logger log)
-