Abstract
Optional
DESCRIPTIONA description of the route.
Abstract
IDThe unique identifier for the route.
Abstract
outThe Kafka topic to produce messages to.
Abstract
topicThe Kafka topic to consume messages from.
Abstract
TYPEThe type of the route, defined by the ROUTETYPE enum.
Abstract
consumeFunction to consume and process the input data.
Initializes the route.
Abstract
processFunction to process the consumed data.
Abstract
produceFunction to produce the final output data.
Represents an asynchronous Kafka route with specific input and output types.
Example