Class HistoryController

java.lang.Object
de.otto.synapse.edison.history.HistoryController

@ConditionalOnProperty(prefix="synapse.edison.history", name="enabled", havingValue="true") @Controller public class HistoryController extends Object
  • Constructor Details

    • HistoryController

      public HistoryController(HistoryService historyService)
  • Method Details

    • getHistoryAsJson

      @GetMapping(value="${edison.application.management.base-path:internal}/history/{type}/{entityId}", produces="application/json") public org.springframework.http.ResponseEntity<Map<String,?>> getHistoryAsJson(@PathVariable String type, @PathVariable String entityId)