public interface ApplicationProvidersPreparedEventContext extends EventContext
Modifier and Type | Method and Description |
---|---|
static ApplicationProvidersPreparedEventContext |
create()
Creates an
EventContext already overlayed with this interface. |
CdsRuntimeConfigurer |
getCdsRuntimeConfigurer() |
ApplicationLifecycleService |
getService()
Returns the
Service (Consumption API) of the service, targeted by the EventContext . |
void |
setCdsRuntimeConfigurer(CdsRuntimeConfigurer configurer) |
as, create, create, get, getCdsRuntime, getChangeSetContext, getEvent, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, put, setCompleted
static ApplicationProvidersPreparedEventContext create()
EventContext
already overlayed with this interface. The event is set to be ApplicationLifecycleService.EVENT_APPLICATION_LIFECYCLE_PROVIDERS
ApplicationProvidersPreparedEventContext
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
.void setCdsRuntimeConfigurer(CdsRuntimeConfigurer configurer)
CdsRuntimeConfigurer getCdsRuntimeConfigurer()
Copyright © 2020. All rights reserved.