Package de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling
-
Interface Summary Interface Description Caller<U> ACalleris responsible to invoke the correct method on the use case instance. -
Class Summary Class Description CallingContext SinglePublicUseCaseMethodCaller<U> ACallerthat locates the the only public method of the use case class and invokes it, whenever a request is received.