Uses of Class
org.camunda.bpm.spring.boot.starter.property.EventingProperty
-
Packages that use EventingProperty Package Description org.camunda.bpm.spring.boot.starter.event org.camunda.bpm.spring.boot.starter.property -
-
Uses of EventingProperty in org.camunda.bpm.spring.boot.starter.event
Constructors in org.camunda.bpm.spring.boot.starter.event with parameters of type EventingProperty Constructor Description EventPublisherPlugin(EventingProperty property, org.springframework.context.ApplicationEventPublisher publisher)
PublishDelegateParseListener(org.springframework.context.ApplicationEventPublisher publisher, EventingProperty property)
-
Uses of EventingProperty in org.camunda.bpm.spring.boot.starter.property
Methods in org.camunda.bpm.spring.boot.starter.property that return EventingProperty Modifier and Type Method Description EventingProperty
CamundaBpmProperties. getEventing()
Methods in org.camunda.bpm.spring.boot.starter.property with parameters of type EventingProperty Modifier and Type Method Description void
CamundaBpmProperties. setEventing(EventingProperty eventing)
-