ResponseEntity initialize()

in service/src/main/java/org/apache/fineract/cn/template/service/rest/SampleRestController.java [73:76]


  ResponseEntity<Void> initialize() throws InterruptedException {
      this.commandGateway.process(new InitializeServiceCommand());
      return ResponseEntity.accepted().build();
  }