Package io.mats3

Interface MatsEndpoint.ProcessTerminatorLambda<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.ProcessTerminatorLambda<S,I>
Specialization of ProcessLambda which does not have reply specified - used for terminator endpoints. It has state, as the initiator typically have state that it wants the terminator to get.