Class ActivationContext


  • public class ActivationContext
    extends java.lang.Object
    The context passed to the node repo when activating a node.
    Author:
    bratseth
    • Constructor Summary

      Constructors 
      Constructor Description
      ActivationContext​(long generation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long generation()
      Returns the application config generation we are activating
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActivationContext

        public ActivationContext​(long generation)
    • Method Detail

      • generation

        public long generation()
        Returns the application config generation we are activating