@Path(value="statechanges") public class StateChangesSse extends Object
| Constructor and Description |
|---|
StateChangesSse() |
| Modifier and Type | Method and Description |
|---|---|
org.glassfish.jersey.media.sse.EventOutput |
getAllStateChanges() |
org.glassfish.jersey.media.sse.EventOutput |
getStateChangesForInstance(String processInstanceId) |
@GET
@Path(value="{processInstanceId}")
@Produces(value="text/event-stream")
public org.glassfish.jersey.media.sse.EventOutput getStateChangesForInstance(@PathParam(value="processInstanceId")
String processInstanceId)
throws NotFoundErrorException,
IOException
NotFoundErrorExceptionIOException@GET
@Produces(value="text/event-stream")
public org.glassfish.jersey.media.sse.EventOutput getAllStateChanges()
throws NotFoundErrorException,
IOException
NotFoundErrorExceptionIOExceptionCopyright © 2018. All rights reserved.