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.Response
siddhiArtifactDeployPost(String siddhiApp)
javax.ws.rs.core.Response
siddhiArtifactUndeploySiddhiAppGet(String siddhiAppName)
-
-
-
Method Detail
-
siddhiArtifactDeployPost
public javax.ws.rs.core.Response siddhiArtifactDeployPost(String siddhiApp) throws NotFoundException
- Specified by:
siddhiArtifactDeployPost
in classSiddhiApiService
- Throws:
NotFoundException
-
siddhiArtifactUndeploySiddhiAppGet
public javax.ws.rs.core.Response siddhiArtifactUndeploySiddhiAppGet(String siddhiAppName) throws NotFoundException
- Specified by:
siddhiArtifactUndeploySiddhiAppGet
in classSiddhiApiService
- Throws:
NotFoundException
-
-