public interface ApplicationPreparedEventContext extends EventContext
Modifier and Type | Method and Description |
---|---|
static ApplicationPreparedEventContext |
create()
Creates an
EventContext already overlayed with this interface. |
ApplicationLifecycleService |
getService()
Returns the
Service (Consumption API) of the service, targeted by the EventContext . |
as, create, create, get, getCdsRuntime, getChangeSetContext, getEvent, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, put, setCompleted
static ApplicationPreparedEventContext create()
EventContext
already overlayed with this interface. The event is set to be ApplicationLifecycleService.EVENT_APPLICATION_LIFECYCLE_PREPARED
ApplicationPreparedEventContext
ApplicationLifecycleService getService()
EventContext
Service
(Consumption API) of the service, targeted by the EventContext
.
This is the service, on which the Service.emit(EventContext)
method (or specialized Consumption API) was called.getService
in interface EventContext
Service
(Consumption API) of the service, targeted by the EventContext
.Copyright © 2020. All rights reserved.