AbstractOptionalDESCRIPTIONA description of the route.
AbstractIDThe unique identifier for the route.
AbstractoutThe Kafka topic to produce messages to.
AbstracttopicThe Kafka topic to consume messages from.
AbstractTYPEThe type of the route, defined by the ROUTETYPE enum.
AbstractconsumeFunction to consume and process the input data.
Initializes the route.
AbstractprocessFunction to process the consumed data.
AbstractproduceFunction to produce the final output data.
Represents an asynchronous Kafka route with specific input and output types.
Example