Versions Compared

Key

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

...

The user can create context (map with custom parameters) and bind it to the service proxy. After that, each call to the proxy method will also implicitly pass context parameters to the service.

Image Added View filenameservicecallcontext.drawio.svgheight250

Service method can read current context parameters using ServiceContext#currentCallContext method. It is only accessible from the current thread during the execution of a service method.

...