Package io.mats3

Interface MatsEndpoint.ProcessLambda<R,S,I>

Enclosing interface:
MatsEndpoint<R,S>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface MatsEndpoint.ProcessLambda<R,S,I>
The lambda that shall be provided by the developer for the process stage(s) for the endpoint - provides the context, state and incoming message DTO.