| Modifier and Type | Method and Description |
|---|---|
InboundEvent |
InboundEventReader.readFrom(Class<InboundEvent> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream entityStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSource.onEvent(InboundEvent inboundEvent)
Called when
InboundEvent is received. |
void |
EventListener.onEvent(InboundEvent inboundEvent)
Called when
InboundEvent is received. |
| Modifier and Type | Method and Description |
|---|---|
InboundEvent |
InboundEventReader.readFrom(Class<InboundEvent> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,String> headers,
InputStream entityStream) |
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.