- Secret - Class in com.ea.orbit.configuration
-
- Secret(String) - Constructor for class com.ea.orbit.configuration.Secret
-
- SecretManager - Class in com.ea.orbit.configuration
-
- SecretManager() - Constructor for class com.ea.orbit.configuration.SecretManager
-
- setProperties(Map<String, Object>) - Method in class com.ea.orbit.container.Container
-
- start() - Method in class com.ea.orbit.container.Container
-
Compiles a list of classes that will be stored inside this container:
Reads the configuration from the properties
Looks for component declarations in the classpath: META-INF/services/orbit/*
Instantiates all the componentMap
Wires the componentMap together by injecting fields and the configuration
Calls @PostConstructor on all componentMap
Calls start on all componentMap that implement Startable
- start() - Method in interface com.ea.orbit.container.Startable
-
It must be possible to call start twice without errors.
- Startable - Interface in com.ea.orbit.container
-
Optional interface that orbit components may implement.
- stop() - Method in class com.ea.orbit.container.Container
-
- stop() - Method in interface com.ea.orbit.container.Startable
-
It must be possible to call stop twice.