Class AgentBuilder.DescriptionStrategy.SuperTypeLoading.Asynchronous.ThreadSwitchingClassLoadingDelegate.NotifyingClassLoadingAction

    • Constructor Detail

      • NotifyingClassLoadingAction

        protected NotifyingClassLoadingAction​(String name,
                                              ClassLoader classLoader,
                                              AtomicBoolean signal)
        Creates a notifying class loading action.
        Parameters:
        name - The loaded type's name.
        classLoader - The type's class loader or null if the type is loaded by the bootstrap loader.
        signal - The signal that indicates the completion of the class loading with false.