Class EventServiceImpl
java.lang.Object
com.skava.marketplace.service.impl.EventServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<EventRequestInternal,
,EventSuccessResponse> EventService
-
Constructor Summary
ConstructorsConstructorDescriptionEventServiceImpl
(CreateEventProcess createEventProcess, EventValidator validator) -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(EventRequestInternal input) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
EventServiceImpl
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<EventRequestInternal,
EventSuccessResponse>
-
process
@SendEvent(eventType="appmarketplaceservices/createevent/create", identifier="request_eventRequest.appId") public EventSuccessResponse process(EventRequestInternal input) - Specified by:
process
in interfacecom.skava.core.EcommService<EventRequestInternal,
EventSuccessResponse>
-