Class ContextTracker<Ctx extends ServerSideContext<Ctx>>


  • public class ContextTracker<Ctx extends ServerSideContext<Ctx>>
    extends Object
    Allows to track which server-side call is handled by which thread.
    • Constructor Detail

      • ContextTracker

        public ContextTracker()
    • Method Detail

      • getCurrentContext

        public Ctx getCurrentContext()
        Returns:
        call context of the calling thread.