Class TopologyController

java.lang.Object
io.camunda.zeebe.gateway.rest.controller.TopologyController

@CamundaRestController @RequestMapping(path={"/v1","/v2"}) public final class TopologyController extends Object
  • Constructor Details

    • TopologyController

      @Autowired public TopologyController(BrokerClient client)
  • Method Details

    • get

      @GetMapping(path="/topology", produces="application/json") public TopologyResponse get()