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 booleanisExecution()BooleanisHistory()BooleanisTask()voidsetExecution(Boolean execution)voidsetHistory(Boolean history)voidsetTask(Boolean task)StringtoString()
-