Class EPDeploymentRollout

java.lang.Object
com.espertech.esper.runtime.client.EPDeploymentRollout

public class EPDeploymentRollout extends Object
Contains the result of a rollout as described in EPDeploymentService.rollout(Collection, RolloutOptions), captures the rollout result wherein the deployment result of each compilation unit is provided by EPDeploymentRolloutItem.
  • Constructor Details

    • EPDeploymentRollout

      public EPDeploymentRollout(EPDeploymentRolloutItem[] items)
      Ctor.
      Parameters:
      items - deployment items
  • Method Details