Versions Compared

Key

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

...

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.

Interceptor can read and update this context parameters using ServiceInterceptorContext.

...