Class EventSubscriptionResource

java.lang.Object
org.flowable.cmmn.rest.service.api.runtime.caze.EventSubscriptionResource

@RestController public class EventSubscriptionResource extends Object
Author:
Tijs Rademakers
  • Field Details

    • restResponseFactory

      @Autowired protected CmmnRestResponseFactory restResponseFactory
    • runtimeService

      @Autowired protected org.flowable.cmmn.api.CmmnRuntimeService runtimeService
    • restApiInterceptor

      @Autowired(required=false) protected CmmnRestApiInterceptor restApiInterceptor
  • Constructor Details

    • EventSubscriptionResource

      public EventSubscriptionResource()
  • Method Details

    • getEventSubscription

      @GetMapping(value="/cmmn-runtime/event-subscriptions/{eventSubscriptionId}", produces="application/json") public EventSubscriptionResponse getEventSubscription(@PathVariable String eventSubscriptionId)