@Controller
@RequestMapping(value="/v1/{tenant}/es/{clusterName}")
@ConditionalOnBean(value=ForwardingConfiguration.class)
public class ElasticsearchRoute
extends Object
| Constructor and Description |
|---|
ElasticsearchRoute(ForwardingService forwardingService) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
forwardToEs(String tenant,
String clusterName,
String body,
javax.servlet.http.HttpServletRequest req) |
public ElasticsearchRoute(ForwardingService forwardingService)
Copyright © 2023. All rights reserved.