Class LambdaHotReplacementRecorder

java.lang.Object
io.quarkus.amazon.lambda.runtime.LambdaHotReplacementRecorder

public class LambdaHotReplacementRecorder extends Object
  • Field Details

    • nextUpdate

      static volatile long nextUpdate
    • enabled

      public static volatile boolean enabled
    • syncLock

      static Object syncLock
  • Constructor Details

    • LambdaHotReplacementRecorder

      public LambdaHotReplacementRecorder()
  • Method Details

    • checkHotReplacement

      public static boolean checkHotReplacement() throws Exception
      Throws:
      Exception
    • enable

      public void enable()