| Package | Description |
|---|---|
| io.helixservice.core.feature | |
| io.helixservice.core.server | |
| io.helixservice.feature.vertx | |
| io.helixservice.feature.worker |
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.finish(Server server)
Called by Helix Server when the server going to stop.
|
void |
AbstractFeature.finish(Server server)
Called by Helix Server when the server going to stop.
|
void |
Feature.start(Server server)
Called by Helix Server when the server is starting.
|
void |
AbstractFeature.start(Server server)
Called by Helix Server when the server is starting.
|
void |
Feature.stop(Server server)
Called by Helix Server when the server has stopped.
|
void |
AbstractFeature.stop(Server server)
Called by Helix Server when the server has stopped.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HelixServer
Helix Server
|
| Modifier and Type | Method and Description |
|---|---|
void |
VertxNativeFeature.start(Server server) |
void |
VertxNativeFeature.stop(Server server) |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockingWorkerAspect.beforeStartupFeature(Server server)
Capture Helix server reference on BlockingWorkerFeature creation
|
void |
BlockingWorkerFeature.start(Server server) |
Copyright © 2016. All rights reserved.