Package com.technia.tif.enovia.kafka
Interface MessageReceiver
-
@API public interface MessageReceiver- Since:
- 2021-06-17
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResultonMessage(MessageContext ctx)Called when a new message/record appears.
-
-
-
Method Detail
-
onMessage
Result onMessage(MessageContext ctx)
Called when a new message/record appears.- Parameters:
ctx- The context holding relevant information- Returns:
- Information about the message handling. It is allowed to return null from this method.
-
-