@RestController public class EventSubscriptionResource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected RestResponseFactory |
restResponseFactory |
protected RuntimeService |
runtimeService |
| Constructor and Description |
|---|
EventSubscriptionResource() |
| Modifier and Type | Method and Description |
|---|---|
EventSubscriptionResponse |
getEventSubscription(String eventSubscriptionId,
javax.servlet.http.HttpServletRequest request) |
@Autowired protected RestResponseFactory restResponseFactory
@Autowired protected RuntimeService runtimeService
@GetMapping(value="/runtime/event-subscriptions/{eventSubscriptionId}",
produces="application/json")
public EventSubscriptionResponse getEventSubscription(@PathVariable
String eventSubscriptionId,
javax.servlet.http.HttpServletRequest request)
Copyright © 2018 Flowable. All rights reserved.