Class TracingpointsController
java.lang.Object
de.gematik.test.tiger.proxy.controller.TracingpointsController
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTracingpointsController(TigerProxy tigerProxy, Optional<org.springframework.boot.info.BuildProperties> buildProperties, de.gematik.test.tiger.common.data.config.tigerProxy.TigerProxyConfiguration tigerProxyConfiguration) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
TracingpointsController
@ConstructorProperties({"tigerProxy","buildProperties","tigerProxyConfiguration"}) public TracingpointsController(TigerProxy tigerProxy, Optional<org.springframework.boot.info.BuildProperties> buildProperties, de.gematik.test.tiger.common.data.config.tigerProxy.TigerProxyConfiguration tigerProxyConfiguration)
-
-
Method Details
-
getTracingpointsInfo
@GetMapping(value="/tracingpoints", produces="application/json") public TracingpointsController.TracingpointsInfo[] getTracingpointsInfo()
-