Package io.siddhi.service.impl
Class SiddhiApiServiceImpl
- java.lang.Object
-
- io.siddhi.service.api.SiddhiApiService
-
- io.siddhi.service.impl.SiddhiApiServiceImpl
-
public class SiddhiApiServiceImpl extends SiddhiApiService
Siddhi Service Implementataion Class
-
-
Constructor Summary
Constructors Constructor Description SiddhiApiServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponsesiddhiArtifactDeployPost(String siddhiApp)javax.ws.rs.core.ResponsesiddhiArtifactUndeploySiddhiAppGet(String siddhiAppName)
-
-
-
Method Detail
-
siddhiArtifactDeployPost
public javax.ws.rs.core.Response siddhiArtifactDeployPost(String siddhiApp) throws NotFoundException
- Specified by:
siddhiArtifactDeployPostin classSiddhiApiService- Throws:
NotFoundException
-
siddhiArtifactUndeploySiddhiAppGet
public javax.ws.rs.core.Response siddhiArtifactUndeploySiddhiAppGet(String siddhiAppName) throws NotFoundException
- Specified by:
siddhiArtifactUndeploySiddhiAppGetin classSiddhiApiService- Throws:
NotFoundException
-
-