Package | Description |
---|---|
sirius.kernel |
Provides the main setup classes for the SIRIUS kernel.
|
sirius.kernel.async |
Provides a framework for asynchronous execution of given tasks.
|
sirius.kernel.di.transformers |
Implements the Adapter Pattern.
|
sirius.kernel.timer |
Support for executing tasks in regular intervals.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Killable
Classes implementing this interface get notified once the framework is being shut down.
|
interface |
Startable
Classes implementing this interface get notified once the framework is started.
|
interface |
Stoppable
Classes implementing this interface get notified once the framework is being shut down.
|
Modifier and Type | Class and Description |
---|---|
class |
DockerHelper
Initializes Docker Composer if requested by the framework.
|
Modifier and Type | Class and Description |
---|---|
class |
Tasks
Static helper for managing and scheduling asynchronous background tasks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Transformer<S,T>
Transforms a Transformable into a given target type.
|
Modifier and Type | Class and Description |
---|---|
class |
Timers
Internal service which is responsible for executing timers.
|
Copyright © 2018. All rights reserved.