@RestController public class EventSubscriptionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected CmmnRestApiInterceptor |
restApiInterceptor |
protected CmmnRestResponseFactory |
restResponseFactory |
protected org.flowable.cmmn.api.CmmnRuntimeService |
runtimeService |
| Constructor and Description |
|---|
EventSubscriptionResource() |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionResponse |
getEventSubscription(String eventSubscriptionId,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected CmmnRestResponseFactory restResponseFactory
@Autowired protected org.flowable.cmmn.api.CmmnRuntimeService runtimeService
@Autowired(required=false) protected CmmnRestApiInterceptor restApiInterceptor
@GetMapping(value="/cmmn-runtime/event-subscriptions/{eventSubscriptionId}",
produces="application/json")
public EventSubscriptionResponse getEventSubscription(@PathVariable
String eventSubscriptionId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2021 Flowable. All rights reserved.