public class CamelSagaStep
extends Object
Defines the configuration of a saga step.
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CamelSagaStep
public CamelSagaStep(Optional<org.apache.camel.Endpoint> compensation,
Optional<org.apache.camel.Endpoint> completion,
Map<String,org.apache.camel.Expression> options,
Optional<Long> timeoutInMilliseconds)
-
Method Details
-
getCompensation
public Optional<org.apache.camel.Endpoint> getCompensation()
-
getCompletion
public Optional<org.apache.camel.Endpoint> getCompletion()
-
getOptions
public Map<String,org.apache.camel.Expression> getOptions()
-
-
isEmpty
public boolean isEmpty()