Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
    public void doSomething(@Groovy("$request.in.header['familiyNamefirstName'] $request.in.header['firstNamefamiliyName']) String fullName, @Body String body) {
		// process the inbound message here
    }

...