Uses of Interface
de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling.Caller
-
Packages that use Caller Package Description de.quantummaid.eventmaid.useCases.building de.quantummaid.eventmaid.useCases.useCaseAdapter de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling -
-
Uses of Caller in de.quantummaid.eventmaid.useCases.building
Methods in de.quantummaid.eventmaid.useCases.building with parameters of type Caller Modifier and Type Method Description Step1BuilderCallingBuilder. callingBy(Caller<U> caller)With this method the use case is invoked as defined in the givenCaller. -
Uses of Caller in de.quantummaid.eventmaid.useCases.useCaseAdapter
Methods in de.quantummaid.eventmaid.useCases.useCaseAdapter with parameters of type Caller Modifier and Type Method Description <U> voidLowLevelUseCaseAdapterBuilder. addUseCase(Class<U> useCaseClass, EventType eventType, Caller<U> caller) -
Uses of Caller in de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling
Classes in de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling that implement Caller Modifier and Type Class Description classSinglePublicUseCaseMethodCaller<U>ACallerthat locates the the only public method of the use case class and invokes it, whenever a request is received.
-