Uses of Interface
io.helidon.media.common.MessageBodyContext.Event
-
Uses of MessageBodyContext.Event in io.helidon.media.common
Modifier and TypeInterfaceDescriptionstatic interface
A subscription event emitted forMessageBodyContext.EventType.BEFORE_ONERROR
orMessageBodyContext.EventType.AFTER_ONERROR
that carries the received error.Modifier and TypeMethodDescriptionvoid
MessageBodyContext.EventListener.onEvent
(MessageBodyContext.Event event) Handle a subscription event.