| Package | Description |
|---|---|
| net.kuujo.vertigo.component | |
| net.kuujo.vertigo.component.impl |
| Modifier and Type | Method and Description |
|---|---|
ComponentCoordinator |
ComponentCoordinator.pause()
Notifies the network that the component is not ready for operation.
|
ComponentCoordinator |
ComponentCoordinator.pause(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Notifies the network that the component is not ready for operation.
|
ComponentCoordinator |
ComponentCoordinator.pauseHandler(org.vertx.java.core.Handler<Void> handler)
Sets a pause handler on the coordinator.
|
ComponentCoordinator |
ComponentCoordinator.resume()
Notifies the network that the component is ready to resume.
|
ComponentCoordinator |
ComponentCoordinator.resume(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler)
Notifies the network that the component is ready to resume.
|
ComponentCoordinator |
ComponentCoordinator.resumeHandler(org.vertx.java.core.Handler<Void> handler)
Sets a resume handler on the coordinator.
|
ComponentCoordinator |
ComponentCoordinator.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<InstanceContext>> doneHandler)
Starts the coordinator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultComponentCoordinator
Default coordinator implementation.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentCoordinator |
DefaultComponentCoordinator.pause() |
ComponentCoordinator |
DefaultComponentCoordinator.pause(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler) |
ComponentCoordinator |
DefaultComponentCoordinator.pauseHandler(org.vertx.java.core.Handler<Void> handler) |
ComponentCoordinator |
DefaultComponentCoordinator.resume() |
ComponentCoordinator |
DefaultComponentCoordinator.resume(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<Void>> doneHandler) |
ComponentCoordinator |
DefaultComponentCoordinator.resumeHandler(org.vertx.java.core.Handler<Void> handler) |
ComponentCoordinator |
DefaultComponentCoordinator.start(org.vertx.java.core.Handler<org.vertx.java.core.AsyncResult<InstanceContext>> doneHandler) |
Copyright © 2013-2014. All Rights Reserved.