Class PreludeEvent


  • public class PreludeEvent
    extends java.lang.Object
    PreludeEvent is emitted at the start of an update.
    • Constructor Summary

      Constructors 
      Constructor Description
      PreludeEvent​(java.util.Map<java.lang.String,​java.lang.String> config)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.String> config()
      Gets the configuration keys and values for the update.
      • Methods inherited from class java.lang.Object

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

      • PreludeEvent

        public PreludeEvent​(java.util.Map<java.lang.String,​java.lang.String> config)
    • Method Detail

      • config

        public java.util.Map<java.lang.String,​java.lang.String> config()
        Gets the configuration keys and values for the update. Encrypted configuration values may be blinded.
        Returns:
        an unmodifiable map of configuration keys and values