Uses of Class
io.cloudevents.core.format.EventDeserializationException
Packages that use EventDeserializationException
-
Uses of EventDeserializationException in io.cloudevents.core.format
Methods in io.cloudevents.core.format that throw EventDeserializationExceptionModifier and TypeMethodDescriptiondefault io.cloudevents.CloudEventEventFormat.deserialize(byte[] bytes) LikeEventFormat.deserialize(byte[], CloudEventDataMapper), but with the identityCloudEventDataMapper.io.cloudevents.CloudEventEventFormat.deserialize(byte[] bytes, io.cloudevents.rw.CloudEventDataMapper<? extends io.cloudevents.CloudEventData> mapper) Deserialize a byte array to aCloudEvent.