Interface BootstrapConfigurator

    • Method Detail

      • init

        void init​(InjectionManager injectionManager,
                  BootstrapBag bootstrapBag)
        Pre-initialization method should only register services into InjectionManager and populate BootstrapBag.
        Parameters:
        injectionManager - not completed injection manager.
        bootstrapBag - bootstrap bag with services used in following processing.
      • postInit

        default void postInit​(InjectionManager injectionManager,
                              BootstrapBag bootstrapBag)
        Post-initialization method can get services from InjectionManager and is not able to register the new one because injection manager is already completed.
        Parameters:
        injectionManager - already completed injection manager.
        bootstrapBag - bootstrap bag with services used in following processing.