Class AbstractDeployableMonitor

    • Constructor Detail

      • AbstractDeployableMonitor

        public AbstractDeployableMonitor()
        Constructor with default 20s timeout.
      • AbstractDeployableMonitor

        public AbstractDeployableMonitor​(long timeout)
        Parameters:
        timeout - the timeout after which we stop monitoring the deployment
    • Method Detail

      • notifyListeners

        protected void notifyListeners​(boolean isDeployed)
        Notify listeners that deployable is deployed/undeployed.
        Parameters:
        isDeployed - True is deployable is deployed, false otherwise.