Package io.siddhi.service.api
Class SiddhiApiService
- java.lang.Object
-
- io.siddhi.service.api.SiddhiApiService
-
- Direct Known Subclasses:
SiddhiApiServiceImpl
public abstract class SiddhiApiService extends Object
-
-
Constructor Summary
Constructors Constructor Description SiddhiApiService()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract javax.ws.rs.core.Response
siddhiArtifactDeployPost(String body)
abstract javax.ws.rs.core.Response
siddhiArtifactUndeploySiddhiAppGet(String siddhiApp)
-
-
-
Method Detail
-
siddhiArtifactDeployPost
public abstract javax.ws.rs.core.Response siddhiArtifactDeployPost(String body) throws NotFoundException
- Throws:
NotFoundException
-
siddhiArtifactUndeploySiddhiAppGet
public abstract javax.ws.rs.core.Response siddhiArtifactUndeploySiddhiAppGet(String siddhiApp) throws NotFoundException
- Throws:
NotFoundException
-
-