Interface LiveAction

All Superinterfaces:
JSONItem
All Known Implementing Classes:
BaseAction, FilteredAction

public interface LiveAction extends JSONItem
Represent an Action to be performed upon a Roll-out from a Source to a Target. Actions are created by a LiveActionFactory that provide instances of LiveActions set-up with given configuration.
LiveActions are called during the process of roll-out which on acts on Resources A LiveAction must therefore act within the boundary of the given Resource
See Also: