| Package | Description |
|---|---|
| io.helixservice.core.feature | |
| io.helixservice.core.server | |
| io.helixservice.feature.vertx | |
| io.helixservice.feature.worker |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeature
Abstract base class from which all features should derive,
as it provides common functionality and default implementations.
|
| Modifier and Type | Method and Description |
|---|---|
List<Feature> |
HelixServer.getFeatures()
Get a list of features started
|
List<Feature> |
Server.getFeatures()
Get a list of features started
|
| Modifier and Type | Class and Description |
|---|---|
class |
VertxNativeFeature
Provides access to Vert.x native resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingWorkerFeature
Provides a easy way to make any method execute as blocking code.
|
Copyright © 2016. All rights reserved.