Uses of Interface
de.quantummaid.eventmaid.qcec.domainbus.building.AnswerStep1Builder
-
Packages that use AnswerStep1Builder Package Description de.quantummaid.eventmaid.qcec.domainbus de.quantummaid.eventmaid.qcec.domainbus.building de.quantummaid.eventmaid.qcec.domainbus.internal.answer -
-
Uses of AnswerStep1Builder in de.quantummaid.eventmaid.qcec.domainbus
Methods in de.quantummaid.eventmaid.qcec.domainbus that return AnswerStep1Builder Modifier and Type Method Description <T extends Query<?>>
AnswerStep1Builder<T>DocumentBus. answer(Class<T> queryClass)Entry point of the defining process, how and when to answer aQuery.<T extends Query<?>>
AnswerStep1Builder<T>DocumentBusImpl. answer(Class<T> queryClass)<T> AnswerStep1Builder<T>DocumentBus. ensure(Class<T> constraintClass)Entry point of the defining process, how and when to enforce a constraint.<T> AnswerStep1Builder<T>DocumentBusImpl. ensure(Class<T> constraintClass)<T> AnswerStep1Builder<T>DocumentBus. reactTo(Class<T> event)Entry point of the defining process, how an when to react to an event.<T> AnswerStep1Builder<T>DocumentBusImpl. reactTo(Class<T> eventClass) -
Uses of AnswerStep1Builder in de.quantummaid.eventmaid.qcec.domainbus.building
Methods in de.quantummaid.eventmaid.qcec.domainbus.building that return AnswerStep1Builder Modifier and Type Method Description AnswerStep1Builder<T>ConditionalAnswerBuilder. onlyIf(Predicate<T> condition) -
Uses of AnswerStep1Builder in de.quantummaid.eventmaid.qcec.domainbus.internal.answer
Classes in de.quantummaid.eventmaid.qcec.domainbus.internal.answer that implement AnswerStep1Builder Modifier and Type Class Description classAnswerBuilder<T>Methods in de.quantummaid.eventmaid.qcec.domainbus.internal.answer that return AnswerStep1Builder Modifier and Type Method Description static <T> AnswerStep1Builder<T>AnswerBuilder. anConstraintAnswerForClass(Class<T> constraintClass, AnswerRegister answerRegister)static <T> AnswerStep1Builder<T>AnswerBuilder. anEventAnswerForClass(Class<T> queryClass, AnswerRegister answerRegister)static <T extends Query<?>>
AnswerStep1Builder<T>AnswerBuilder. anQueryAnswerForClass(Class<T> queryClass, AnswerRegister answerRegister)AnswerStep1Builder<T>AnswerBuilder. onlyIf(Predicate<T> condition)
-