Interface CloudEventDataMapper<R extends CloudEventData>

Type Parameters:
R - the returned CloudEventData from this mapper.
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @ParametersAreNonnullByDefault public interface CloudEventDataMapper<R extends CloudEventData>
Interface to convert a CloudEventData instance to another one.