Class EventingProperty
- java.lang.Object
-
- org.camunda.bpm.spring.boot.starter.property.EventingProperty
-
public class EventingProperty extends Object
Properties controlling spring eventing.
-
-
Constructor Summary
Constructors Constructor Description EventingProperty()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isExecution()
Boolean
isHistory()
Boolean
isTask()
void
setExecution(Boolean execution)
void
setHistory(Boolean history)
void
setTask(Boolean task)
String
toString()
-