Interface Rotate

All Known Implementing Classes:
DeployRotate

public interface Rotate
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vertx.core.DeploymentOptions
    spinAgent(Class<?> clazz)
     
    io.vertx.core.eventbus.DeliveryOptions
     
    io.vertx.core.DeploymentOptions
    spinWorker(Class<?> clazz)
     
  • Method Details

    • spinAgent

      io.vertx.core.DeploymentOptions spinAgent(Class<?> clazz)
    • spinWorker

      io.vertx.core.DeploymentOptions spinWorker(Class<?> clazz)
    • spinDelivery

      io.vertx.core.eventbus.DeliveryOptions spinDelivery()