Package de.quantummaid.eventmaid.usecases.usecaseadapter.methodinvoking
-
Interface Summary Interface Description UseCaseMethodInvoker Invokes a specific method on the use case. -
Class Summary Class Description SerializingMethodInvoker AUseCaseMethodInvoker, that uses theDeserializerto deserialized the event into parameters of the use case method. -
Exception Summary Exception Description MethodInvocationException This message is thrown, whenUseCaseMethodInvokerfailed to invoke the method.