M - type of the input messageOM - type of the transformed message@InterfaceStability.Unstable @FunctionalInterface public interface MapFunction<M,OM> extends InitableFunction
| Modifier and Type | Method and Description |
|---|---|
OM |
apply(M message)
Transforms the provided message into another message.
|
init