@Path(value="/sep") public class SepElement extends Element<SemanticEventProducerDeclarer>
| Constructor and Description |
|---|
SepElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
detach(String runningInstanceId) |
String |
getDescription(String sourceId,
String streamId) |
protected List<SemanticEventProducerDeclarer> |
getElementDeclarers() |
String |
invokeRuntime(String sourceId,
String streamId,
String payload) |
getById, getDeclarerById, getDescription, getJsonLd, getJsonLd, rewrite, rewrite, toJsonLdprotected List<SemanticEventProducerDeclarer> getElementDeclarers()
getElementDeclarers in class Element<SemanticEventProducerDeclarer>@GET
@Path(value="{sourceId}/{streamId}")
@Consumes(value="application/json")
@Produces(value="application/json")
public String getDescription(@PathParam(value="sourceId")
String sourceId,
@PathParam(value="streamId")
String streamId)
@POST
@Path(value="{sourceId}/{streamId}")
@Consumes(value="application/json")
@Produces(value="application/json")
public String invokeRuntime(@PathParam(value="sourceId")
String sourceId,
@PathParam(value="streamId")
String streamId,
String payload)
Copyright © 2018. All rights reserved.