Uses of Class
de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling.CallingContext
-
Packages that use CallingContext Package Description de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling -
-
Uses of CallingContext in de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling
Methods in de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling that return CallingContext Modifier and Type Method Description static CallingContextCallingContext. callingContext(Deserializer deserializer, Serializer serializer, ParameterInjector parameterInjector)Methods in de.quantummaid.eventmaid.useCases.useCaseAdapter.usecaseCalling with parameters of type CallingContext Modifier and Type Method Description Map<String,Object>Caller. call(U useCase, Object event, CallingContext callingContext)Invokes the use case with the data from the event.Map<String,Object>SinglePublicUseCaseMethodCaller. call(U useCase, Object event, CallingContext callingContext)
-