Class AsyncExecutionMarker


  • public class AsyncExecutionMarker
    extends Object
    Allows different component to mark the execution as async (timer or jbpm executor) to hint other parts about some limitation e.g. security checks based on authentication -security context which might not be available.
    • Constructor Detail

      • AsyncExecutionMarker

        public AsyncExecutionMarker()
    • Method Detail

      • markAsync

        public static void markAsync()
      • reset

        public static void reset()
      • isAsync

        public static boolean isAsync()