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
isSkippable()
Boolean
isTask()
void
setExecution(Boolean execution)
void
setHistory(Boolean history)
void
setSkippable(Boolean skippable)
void
setTask(Boolean task)
String
toString()
-
-
-
Method Detail
-
isExecution
public boolean isExecution()
-
setExecution
public void setExecution(Boolean execution)
-
isTask
public Boolean isTask()
-
setTask
public void setTask(Boolean task)
-
isHistory
public Boolean isHistory()
-
setHistory
public void setHistory(Boolean history)
-
isSkippable
public boolean isSkippable()
-
setSkippable
public void setSkippable(Boolean skippable)
-
-