@RestController public class EventSubscriptionsClientResource extends AbstractClientResource
| Modifier and Type | Field and Description |
|---|---|
protected EventSubscriptionService |
eventSubscriptionService |
configRepository| Constructor and Description |
|---|
EventSubscriptionsClientResource() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
listEventSubscriptions(javax.servlet.http.HttpServletRequest request)
GET /rest/admin/event-subscriptions -> Get a list of event subscriptions.
|
getRequestParametersWithoutServerId, retrieveServerConfig@Autowired protected EventSubscriptionService eventSubscriptionService
@GetMapping(value="/rest/admin/event-subscriptions",
produces="application/json")
public com.fasterxml.jackson.databind.JsonNode listEventSubscriptions(javax.servlet.http.HttpServletRequest request)
Copyright © 2022 Flowable. All rights reserved.