Uses of Class
io.siddhi.service.api.NotFoundException
-
Packages that use NotFoundException Package Description io.siddhi.service.api io.siddhi.service.impl -
-
Uses of NotFoundException in io.siddhi.service.api
Methods in io.siddhi.service.api that throw NotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
SiddhiApi. siddhiArtifactDeployPost(String body)
abstract javax.ws.rs.core.Response
SiddhiApiService. siddhiArtifactDeployPost(String body)
javax.ws.rs.core.Response
SiddhiApi. siddhiArtifactUndeploySiddhiAppGet(String siddhiApp)
abstract javax.ws.rs.core.Response
SiddhiApiService. siddhiArtifactUndeploySiddhiAppGet(String siddhiApp)
-
Uses of NotFoundException in io.siddhi.service.impl
Methods in io.siddhi.service.impl that throw NotFoundException Modifier and Type Method Description javax.ws.rs.core.Response
SiddhiApiServiceImpl. siddhiArtifactDeployPost(String siddhiApp)
javax.ws.rs.core.Response
SiddhiApiServiceImpl. siddhiArtifactUndeploySiddhiAppGet(String siddhiAppName)
-