@FunctionalInterface public interface MessageHandlingFunction<T,R>
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T param,
MessageMetadata messageMetadata) |
R apply(T param, MessageMetadata messageMetadata) throws Exception
ExceptionCopyright © 2016–2021. All rights reserved.