MCPcopy Index your code
hub / github.com/cloudevents/sdk-java / getData

Method getData

api/src/main/java/io/cloudevents/CloudEvent.java:30–30  ·  view source on GitHub ↗

@return The event data, if any, otherwise null

()

Source from the content-addressed store, hash-verified

28 * @return The event data, if any, otherwise {@code null}
29 */
30 @Nullable
31 CloudEventData getData();
32}

Implementers 2

BaseCloudEventcore/src/main/java/io/cloudevents/core
TestUtilsformats/xml/src/test/java/io/cloudeven

Calls

no outgoing calls