- All Superinterfaces:
io.helidon.webclient.spi.Source<SseEvent>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A source for
SseEvents.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final GenericType<SseSource> A type representing an SSE source. -
Method Summary
Methods inherited from interface io.helidon.webclient.spi.Source
onClose, onError, onOpen
-
Field Details
-
TYPE
A type representing an SSE source.
-
-
Method Details
-
onEvent
- Specified by:
onEventin interfaceio.helidon.webclient.spi.Source<SseEvent>
-