@RestController public class EventDefinitionResource extends BaseEventDefinitionResource
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngineConfiguration |
eventRegistryEngineConfiguration |
protected EventRepositoryService |
eventRepositoryService |
repositoryService, restApiInterceptor, restResponseFactory| Constructor and Description |
|---|
EventDefinitionResource() |
| Modifier and Type | Method and Description |
|---|---|
EventDefinitionResponse |
getEventDefinition(String eventDefinitionId,
javax.servlet.http.HttpServletRequest request) |
getChannelDefinitionFromRequest, getEventDefinitionFromRequest@Autowired protected EventRegistryEngineConfiguration eventRegistryEngineConfiguration
@Autowired(required=false) protected EventRepositoryService eventRepositoryService
@GetMapping(value="/event-registry-repository/event-definitions/{eventDefinitionId}",
produces="application/json")
public EventDefinitionResponse getEventDefinition(@PathVariable
String eventDefinitionId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2023 Flowable. All rights reserved.