Class TracingpointsController
- java.lang.Object
-
- de.gematik.test.tiger.proxy.controller.TracingpointsController
-
@RestController public class TracingpointsController extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTracingpointsController.TracingpointsInfo
-
Constructor Summary
Constructors Constructor Description TracingpointsController(TigerProxy tigerProxy, TigerProxyConfiguration tigerProxyConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TracingpointsController.TracingpointsInfo[]getTracingpointsInfo()
-
-
-
Constructor Detail
-
TracingpointsController
@ConstructorProperties({"tigerProxy","tigerProxyConfiguration"}) public TracingpointsController(TigerProxy tigerProxy, TigerProxyConfiguration tigerProxyConfiguration)
-
-
Method Detail
-
getTracingpointsInfo
@GetMapping(value="/tracingpoints", produces="application/json") public TracingpointsController.TracingpointsInfo[] getTracingpointsInfo()
-
-