Uses of Interface
io.cloudevents.core.message.MessageReader
Packages that use MessageReader
-
Uses of MessageReader in io.cloudevents.core.message.impl
Classes in io.cloudevents.core.message.impl that implement MessageReaderModifier and TypeClassDescriptionclassBaseMessageReaderimplementation for a binary messageclassThis class implements a BinaryMessageReader, providing common logic to most protocol bindings which supports both Binary and Structured mode.classBaseMessageReaderimplementation for a structured messageclassGeneric implementation of a structured message.Methods in io.cloudevents.core.message.impl that return MessageReaderModifier and TypeMethodDescriptionstatic MessageReaderMessageUtils.parseStructuredOrBinaryMessage(Supplier<String> contentTypeHeaderReader, Function<EventFormat, MessageReader> structuredMessageFactory, Supplier<String> specVersionHeaderReader, Function<io.cloudevents.SpecVersion, MessageReader> binaryMessageFactory) Common flow to parse an incoming message that could be structured or binary.Method parameters in io.cloudevents.core.message.impl with type arguments of type MessageReaderModifier and TypeMethodDescriptionstatic MessageReaderMessageUtils.parseStructuredOrBinaryMessage(Supplier<String> contentTypeHeaderReader, Function<EventFormat, MessageReader> structuredMessageFactory, Supplier<String> specVersionHeaderReader, Function<io.cloudevents.SpecVersion, MessageReader> binaryMessageFactory) Common flow to parse an incoming message that could be structured or binary.