Class DeployRotate

java.lang.Object
io.vertx.up.runtime.deployment.DeployRotate
All Implemented Interfaces:
Rotate

public class DeployRotate extends Object implements Rotate
  • Constructor Details

    • DeployRotate

      public DeployRotate()
  • Method Details

    • spinAgent

      public io.vertx.core.DeploymentOptions spinAgent(Class<?> clazz)
      Specified by:
      spinAgent in interface Rotate
    • spinDelivery

      public io.vertx.core.eventbus.DeliveryOptions spinDelivery()
      Specified by:
      spinDelivery in interface Rotate
    • spinWorker

      public io.vertx.core.DeploymentOptions spinWorker(Class<?> clazz)
      Specified by:
      spinWorker in interface Rotate