Command
interface Command
Defines a named unit of work that can be executed against a DataObject payload.
The name is stored as-is but normalized for lookup (trimmed, lowercased) by the com.tealium.prism.core.internal.command.CommandRegistry. Implementors should not pre-normalize the name themselves.
Functions
Link copied to clipboard
Executes this command against the given payload.