public class StateChangeEventOutput
extends org.glassfish.jersey.media.sse.EventOutput
EventOutput which only writes events for the requested process instance (and all subprocesses).
Events from peers (IStateChangeMessage.getPeerId() == null) are ignored.| Constructor and Description |
|---|
StateChangeEventOutput() |
StateChangeEventOutput(String processInstanceId) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(org.glassfish.jersey.media.sse.OutboundEvent chunk) |
public StateChangeEventOutput()
public StateChangeEventOutput(String processInstanceId)
public void write(org.glassfish.jersey.media.sse.OutboundEvent chunk)
throws IOException
write in class org.glassfish.jersey.server.ChunkedOutput<org.glassfish.jersey.media.sse.OutboundEvent>IOExceptionCopyright © 2018. All rights reserved.