| Constructor and Description |
|---|
DomainResource() |
| Modifier and Type | Method and Description |
|---|---|
void |
getProgress(int id,
boolean testSource,
SseEventSink eventSink) |
Response |
post(int testSources,
Sse sse) |
@Path(value="start") @POST public Response post(@DefaultValue(value="0") @QueryParam(value="testSources") int testSources, @Context Sse sse)
@Path(value="process/{id}") @Produces(value="text/event-stream") @GET public void getProgress(@PathParam(value="id") int id, @DefaultValue(value="false") @QueryParam(value="testSource") boolean testSource, @Context SseEventSink eventSink)
Copyright © 2007-2019, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.