Uses of Interface
de.quantummaid.eventmaid.qcec.domainBus.building.AnswerStep2Builder
-
Packages that use AnswerStep2Builder Package Description de.quantummaid.eventmaid.qcec.domainBus.building de.quantummaid.eventmaid.qcec.domainBus.internal.answer -
-
Uses of AnswerStep2Builder in de.quantummaid.eventmaid.qcec.domainBus.building
Methods in de.quantummaid.eventmaid.qcec.domainBus.building that return AnswerStep2Builder Modifier and Type Method Description AnswerStep2Builder<T>TerminationAnswerBuilder. until(Class<?> eventClass)Defines the event, on which the the subscription should be terminated.<R> AnswerStep2Builder<T>TerminationAnswerBuilder. until(Class<R> eventClass, Predicate<R> condition)Defines the event and a condition, when the subscription should be terminated. -
Uses of AnswerStep2Builder in de.quantummaid.eventmaid.qcec.domainBus.internal.answer
Classes in de.quantummaid.eventmaid.qcec.domainBus.internal.answer that implement AnswerStep2Builder Modifier and Type Class Description classAnswerBuilder<T>Methods in de.quantummaid.eventmaid.qcec.domainBus.internal.answer that return AnswerStep2Builder Modifier and Type Method Description AnswerStep2Builder<T>AnswerBuilder. until(Class<?> eventClass)<R> AnswerStep2Builder<T>AnswerBuilder. until(Class<R> eventClass, Predicate<R> condition)
-