Skip to content

Instantly share code, notes, and snippets.

@AdrianoJS
Created April 19, 2023 06:07
Show Gist options
  • Save AdrianoJS/e934b5c652142b350897e4680f6e3870 to your computer and use it in GitHub Desktop.
Save AdrianoJS/e934b5c652142b350897e4680f6e3870 to your computer and use it in GitHub Desktop.
.route(r -> r.path("/addThenSubtract")
.filters(f -> f.filter(addAndSubtractCompositionFilter.apply(new Object())))
.uri(NOOP))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment