Class EventUtils
java.lang.Object
io.confluent.telemetry.events.EventUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]protoToBytes(com.google.protobuf.Message data, String dataContentType) static io.cloudevents.CloudEventtoCloudEvent(io.confluent.telemetry.api.events.Event e) static StringtoJson(io.cloudevents.CloudEvent event) static StringtoJson(io.confluent.telemetry.api.events.Event event)
-
Constructor Details
-
EventUtils
public EventUtils()
-
-
Method Details
-
toCloudEvent
public static io.cloudevents.CloudEvent toCloudEvent(io.confluent.telemetry.api.events.Event e) -
toJson
-
toJson
-
protoToBytes
-