Interface AnswerStep2Builder<T>
-
- Type Parameters:
T- the type of the answered message
- All Superinterfaces:
AnswerActionBuilder<T>,TerminationAnswerBuilder<T>
- All Known Implementing Classes:
AnswerBuilder
public interface AnswerStep2Builder<T> extends TerminationAnswerBuilder<T>, AnswerActionBuilder<T>
Step in defining the answer to a message, which allows termination message or the consuming logic.
-
-
Method Summary
-
Methods inherited from interface de.quantummaid.eventmaid.qcec.domainbus.building.AnswerActionBuilder
using
-
Methods inherited from interface de.quantummaid.eventmaid.qcec.domainbus.building.TerminationAnswerBuilder
until, until
-
-