getValueFromPayload abstract method
Implement in subclasses to extract the field's value from the payload.
Implementation
bool getValueFromPayload(T payload);
Implement in subclasses to extract the field's value from the payload.
bool getValueFromPayload(T payload);