Versions Compared

Key

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

...

  1. Ability to pass custom context from caller to service (similar to HTTP request headers).
  2. Ability to define custom interceptors for service calls.

Suggested design (draft)

...

New public API entities

  1. RequestContext - mutable map of custom parameters to be implicitly passed to the service.
  2. Interceptor - executes before call service method.
  3. Listener - called after service method

...