@RestController public class DmnEngineResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DmnRestApiInterceptor |
restApiInterceptor |
| Constructor and Description |
|---|
DmnEngineResource() |
| Modifier and Type | Method and Description |
|---|---|
DmnEngineInfoResponse |
getEngineInfo() |
@Autowired(required=false) protected DmnRestApiInterceptor restApiInterceptor
@GetMapping(value="/dmn-management/engine",
produces="application/json")
public DmnEngineInfoResponse getEngineInfo()
Copyright © 2019 Flowable. All rights reserved.