Package com.sap.cds.services.application
Interface ApplicationStoppedEventContext
- All Superinterfaces:
EventContext
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
Creates anEventContext
already overlayed with this interface.Returns theService
(Consumption API) of the service, targeted by theEventContext
.Methods inherited from interface com.sap.cds.services.EventContext
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
-
Method Details
-
create
Creates anEventContext
already overlayed with this interface. The event is set to beApplicationLifecycleService.EVENT_APPLICATION_STOPPED
- Returns:
- the
ApplicationStoppedEventContext
-
getService
ApplicationLifecycleService getService()Description copied from interface:EventContext
Returns theService
(Consumption API) of the service, targeted by theEventContext
. This is the service, on which theService.emit(EventContext)
method (or specialized Consumption API) was called.- Specified by:
getService
in interfaceEventContext
- Returns:
- the
Service
(Consumption API) of the service, targeted by theEventContext
.
-