Package io.vertx.up.runtime.deployment
Class DeployRotate
- java.lang.Object
-
- io.vertx.up.runtime.deployment.DeployRotate
-
-
Constructor Summary
Constructors Constructor Description DeployRotate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertx.core.DeploymentOptionsspinAgent(Class<?> clazz)io.vertx.core.eventbus.DeliveryOptionsspinDelivery()io.vertx.core.DeploymentOptionsspinWorker(Class<?> clazz)
-
-
-
Method Detail
-
spinAgent
public io.vertx.core.DeploymentOptions spinAgent(Class<?> clazz)
-
spinDelivery
public io.vertx.core.eventbus.DeliveryOptions spinDelivery()
- Specified by:
spinDeliveryin interfaceRotate
-
spinWorker
public io.vertx.core.DeploymentOptions spinWorker(Class<?> clazz)
- Specified by:
spinWorkerin interfaceRotate
-
-