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 ObjectCaller. call(U useCase, Object event, CallingContext callingContext)Invokes the use case with the data from the event.ObjectSinglePublicUseCaseMethodCaller. call(U useCase, Object event, CallingContext callingContext)
-