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