@RestController public class ChannelDefinitionResource extends BaseEventDefinitionResource
| Modifier and Type | Field and Description |
|---|---|
protected EventRegistryEngineConfiguration |
eventRegistryEngineConfiguration |
protected org.flowable.eventregistry.api.EventRepositoryService |
eventRepositoryService |
repositoryService, restApiInterceptor, restResponseFactory| Constructor and Description |
|---|
ChannelDefinitionResource() |
| Modifier and Type | Method and Description |
|---|---|
ChannelDefinitionResponse |
getChannelDefinition(String channelDefinitionId,
javax.servlet.http.HttpServletRequest request) |
getChannelDefinitionFromRequest, getEventDefinitionFromRequest@Autowired protected EventRegistryEngineConfiguration eventRegistryEngineConfiguration
@Autowired(required=false) protected org.flowable.eventregistry.api.EventRepositoryService eventRepositoryService
@GetMapping(value="/event-registry-repository/channel-definitions/{channelDefinitionId}",
produces="application/json")
public ChannelDefinitionResponse getChannelDefinition(@PathVariable
String channelDefinitionId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2020 Flowable. All rights reserved.