Uses of Interface
io.helidon.media.common.MessageBodyContext.Event
-
Packages that use MessageBodyContext.Event Package Description io.helidon.media.common Common classes for processing content with a specificMediaType
. -
-
Uses of MessageBodyContext.Event in io.helidon.media.common
Subinterfaces of MessageBodyContext.Event in io.helidon.media.common Modifier and Type Interface Description static interface
MessageBodyContext.ErrorEvent
A subscription event emitted forMessageBodyContext.EventType.BEFORE_ONERROR
orMessageBodyContext.EventType.AFTER_ONERROR
that carries the received error.Methods in io.helidon.media.common with parameters of type MessageBodyContext.Event Modifier and Type Method Description void
MessageBodyContext.EventListener. onEvent(MessageBodyContext.Event event)
Handle a subscription event.
-