- getComponentDescription() - Method in interface io.helixservice.core.component.Component
-
Return a human readable short description of this component.
- getComponentType() - Method in interface io.helixservice.core.component.Component
-
Each component must define it's type name.
- getContainedComponents() - Method in interface io.helixservice.core.component.Component
-
Return list of components contained within this component.
- getFeatureName() - Method in class io.helixservice.core.feature.AbstractFeature
-
Get this feature's name for debugging and logging
- getFeatureName() - Method in interface io.helixservice.core.feature.Feature
-
Returns the name of this feature.
- getFeatures() - Method in class io.helixservice.core.server.HelixServer
-
Get a list of features started
- getFeatures() - Method in interface io.helixservice.core.server.Server
-
Get a list of features started
- getRegistrationMap() - Method in interface io.helixservice.core.component.ComponentRegistry
-
Returns the full map of registered components by type name.
- getRegistrationMap() - Method in class io.helixservice.core.feature.AbstractFeature
-
Returns a map of registered components owned by this feature
- getRegistrationMap() - Method in class io.helixservice.core.server.HelixServer
-
Returns the full map of registered components by type name.
- getServerState() - Method in class io.helixservice.core.server.HelixServer
-
Get the Server's current state
- getServerState() - Method in interface io.helixservice.core.server.Server
-
Get the Server's current state
- getVertx() - Method in class io.helixservice.core.server.HelixServer
-
Get the Vert.x instance, available after the bootstrap features have started.
- getVertx() - Method in interface io.helixservice.core.server.Server
-
Get the Vert.x instance, available after the bootstrap features have started.
- getVertx() - Method in class io.helixservice.feature.worker.BlockingWorkerFeature
-