Code
from("direct:hello")
.setHeader("offset", header("offset").convertTo(Integer.class))
.setHeader("offset").ognl("request.headers.offset + 50");
Ref: https://newbedev.com/camel-how-to-increment-the-value-of-an-integer-header-by-a-set-amount
Code
from("direct:hello")
.setHeader("offset", header("offset").convertTo(Integer.class))
.setHeader("offset").ognl("request.headers.offset + 50");
Ref: https://newbedev.com/camel-how-to-increment-the-value-of-an-integer-header-by-a-set-amount
The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...
No comments:
Post a Comment