@FunctionalInterface
public static interface MatsEndpoint.ProcessReturnLambda<R,S,I>
ProcessLambda that makes it possible to do a "return
replyDto" at the end of the stage, which is just a convenient way to invoke
MatsEndpoint.ProcessContext.reply(Object). Used for the last process stage of a multistage endpoint.| Modifier and Type | Method and Description |
|---|---|
R |
process(MatsEndpoint.ProcessContext<R> ctx,
S state,
I msg) |
R process(MatsEndpoint.ProcessContext<R> ctx, S state, I msg) throws MatsEndpoint.MatsRefuseMessageException