Class InitTaskCompletedBuildItem


  • public final class InitTaskCompletedBuildItem
    extends MultiBuildItem
    A symbolic class that represents that an initialization task has been complete. Similar to ServiceStartBuildItem but focused on initialization tasks (e.g. db migrations etc) that are run during runtime just before the application startups.

    The build item is used, so that we can track when all initialization tasks have been completed.

    • Constructor Detail

      • InitTaskCompletedBuildItem

        public InitTaskCompletedBuildItem​(String name)
    • Method Detail

      • getName

        public String getName()