Class EventSubscriptionResource
- java.lang.Object
-
- org.flowable.rest.service.api.runtime.process.EventSubscriptionResource
-
@RestController public class EventSubscriptionResource extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected BpmnRestApiInterceptorrestApiInterceptorprotected RestResponseFactoryrestResponseFactoryprotected RuntimeServiceruntimeService
-
Constructor Summary
Constructors Constructor Description EventSubscriptionResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventSubscriptionResponsegetEventSubscription(String eventSubscriptionId, javax.servlet.http.HttpServletRequest request)
-
-
-
Field Detail
-
restResponseFactory
@Autowired protected RestResponseFactory restResponseFactory
-
runtimeService
@Autowired protected RuntimeService runtimeService
-
restApiInterceptor
@Autowired(required=false) protected BpmnRestApiInterceptor restApiInterceptor
-
-
Method Detail
-
getEventSubscription
@GetMapping(value="/runtime/event-subscriptions/{eventSubscriptionId}", produces="application/json") public EventSubscriptionResponse getEventSubscription(@PathVariable String eventSubscriptionId, javax.servlet.http.HttpServletRequest request)
-
-