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.
-