Uses of Interface
org.camunda.bpm.engine.rest.sub.runtime.EventSubscriptionResource
-
Packages that use EventSubscriptionResource Package Description org.camunda.bpm.engine.rest.sub.runtime org.camunda.bpm.engine.rest.sub.runtime.impl -
-
Uses of EventSubscriptionResource in org.camunda.bpm.engine.rest.sub.runtime
Methods in org.camunda.bpm.engine.rest.sub.runtime that return EventSubscriptionResource Modifier and Type Method Description EventSubscriptionResource
ExecutionResource. getMessageEventSubscription(String messageName)
-
Uses of EventSubscriptionResource in org.camunda.bpm.engine.rest.sub.runtime.impl
Classes in org.camunda.bpm.engine.rest.sub.runtime.impl that implement EventSubscriptionResource Modifier and Type Class Description class
MessageEventSubscriptionResource
Methods in org.camunda.bpm.engine.rest.sub.runtime.impl that return EventSubscriptionResource Modifier and Type Method Description EventSubscriptionResource
ExecutionResourceImpl. getMessageEventSubscription(String messageName)
-