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 AbstractRedisActionRedisTransformer. m_Actionthe action to execute.Methods in adams.flow.transformer that return AbstractRedisAction Modifier and Type Method Description AbstractRedisActionRedisTransformer. getAction()Returns the action to execute.Methods in adams.flow.transformer with parameters of type AbstractRedisAction Modifier and Type Method Description voidRedisTransformer. 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 classBroadcastAndListenBroadcasts the incoming data to the specified out channel and listens for data to come through on the in channel.classPassThroughJust passes through the object, no Redis interaction.
-