Interface DeploymentListener

  • All Superinterfaces:
    EventListener

    @Deprecated
    public interface DeploymentListener
    extends EventListener
    Deprecated.
    Will be replaced with the IgniteClassPath in the next versions.
    Listener for deployment events. It is used by grid implementation to properly create or release resources associated with any deployment.
    • Method Detail

      • onUnregistered

        void onUnregistered​(ClassLoader ldr)
        Deprecated.
        Called when a deployment has been unregistered..
        Parameters:
        ldr - Registered class loader.