csw.framework.models.CswContext
See theCswContext companion object
class CswContext(val locationService: LocationService, val eventService: EventService, val alarmService: AlarmService, val timeServiceScheduler: TimeServiceScheduler, val loggerFactory: LoggerFactory, val configClientService: ConfigClientService, val currentStatePublisher: CurrentStatePublisher, val commandResponseManager: CommandResponseManager, val componentInfo: ComponentInfo)
Bundles all the services provided by csw
Value parameters
- alarmService
-
the single instance of alarm service that allows setting severity for an alarm
- commandResponseManager
-
manages state of a started Submit command
- componentInfo
-
component related information as described in the configuration file
- currentStatePublisher
-
the pub sub actor to publish state represented by csw.params.core.states.CurrentState for this component
- eventService
-
the single instance of event service with default publishers and subscribers as well as the capability to create new ones
- locationService
-
the single instance of location service
- loggerFactory
-
factory to create suitable logger instance
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article