Package | Description |
---|---|
org.thales.punch.applications.gateway.annotations | |
org.thales.punch.applications.gateway.routes |
Modifier and Type | Method and Description |
---|---|
void |
MetricsAnnotation.finishedRequest(RouteGauge routeGauge)
Decrement route current usage after each request
|
void |
MetricsAnnotation.gaugeRequest(RouteGauge routeGauge)
Increment route current usage after each request
|
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<org.thales.punch.settings.api.ISettingsMap> |
PunchlineRoute.execute(String tenant,
String id)
Execute a saved Punchline
|
org.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody> |
PunchlineRoute.execute(String tenant,
String runtime,
org.springframework.web.multipart.MultipartFile file)
Execute a Punchline
|
org.springframework.http.ResponseEntity<org.thales.punch.settings.api.ISettingsMap> |
BookRoute.executeBook(String tenant,
String jsonBody)
Execute Book
|
org.springframework.http.ResponseEntity<String> |
PuncherRoute.executeDissect(javax.servlet.http.HttpServletRequest req,
org.springframework.web.multipart.MultipartFile input,
org.springframework.web.multipart.MultipartFile pattern)
Execute Dissect parser
|
org.springframework.http.ResponseEntity<String> |
PuncherRoute.executeGrok(javax.servlet.http.HttpServletRequest req,
org.springframework.web.multipart.MultipartFile input,
org.springframework.web.multipart.MultipartFile pattern)
Execute Grok parser
|
org.springframework.http.ResponseEntity<String> |
PuncherRoute.executePunchlet(javax.servlet.http.HttpServletRequest req,
org.springframework.web.multipart.MultipartFile input,
org.springframework.web.multipart.MultipartFile logFile)
Execute Punchlet parser
|
org.springframework.http.ResponseEntity<?> |
ElasticsearchRoute.forwardToEs(String tenant,
String clusterName,
String body,
javax.servlet.http.HttpServletRequest req) |
Copyright © 2023. All rights reserved.