Class JsCompileInterceptor


public class JsCompileInterceptor extends ReserveInterceptor
A JavaScript procedure compile interceptor. This interceptor ensures that all JavaScript procedures are compiled during the resource reservation phase, prior to executing any calling procedure (i.e. fail early)
  • Constructor Details

    • JsCompileInterceptor

      public JsCompileInterceptor(String id, String type, Dict dict)
      Creates a new interceptor from a serialized representation.
      Parameters:
      id - the object identifier
      type - the object type name
      dict - the serialized representation
  • Method Details