All Downloads are FREE. Search and download functionalities are using the official Maven repository.

CamelDirigibleJavaScriptComponentHttpRouteIT.handler.ts Maven / Gradle / Ivy

The newest version!
export function onMessage(message: any) {
    message.setBody("Body set by the handler");

    return message;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy