getValueFromPayload abstract method

String getValueFromPayload(
  1. T payload
)

Implement in subclasses to extract the field's value from the payload.

Implementation

String getValueFromPayload(T payload);