Uses of Class
adams.flow.transformer.redisaction.AbstractRedisAction
-
Packages that use AbstractRedisAction Package Description adams.flow.transformer adams.flow.transformer.redisaction -
-
Uses of AbstractRedisAction in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractRedisAction Modifier and Type Field Description protected AbstractRedisAction
RedisTransformer. m_Action
the action to execute.Methods in adams.flow.transformer that return AbstractRedisAction Modifier and Type Method Description AbstractRedisAction
RedisTransformer. getAction()
Returns the action to execute.Methods in adams.flow.transformer with parameters of type AbstractRedisAction Modifier and Type Method Description void
RedisTransformer. setAction(AbstractRedisAction value)
Sets the action to execute. -
Uses of AbstractRedisAction in adams.flow.transformer.redisaction
Subclasses of AbstractRedisAction in adams.flow.transformer.redisaction Modifier and Type Class Description class
BroadcastAndListen
Broadcasts the incoming data to the specified out channel and listens for data to come through on the in channel.class
PassThrough
Just passes through the object, no Redis interaction.
-