Package com.skava.service.impl
Class UpdateEventServiceImpl
java.lang.Object
com.skava.service.impl.UpdateEventServiceImpl
- All Implemented Interfaces:
com.skava.core.EcommService<Event,
,EventResponse> UpdateEventService
The class UpdateEventServiceImpl class
This class is used to update the event according to the given details.
This class is used to update the event according to the given details.
- Author:
- Infosys Equinox
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateEventServiceImpl
(CommonServices commonServices, EventValidator eventValidator, EventRepository eventRepository) Instantiates a new update event service impl. -
Method Summary
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
-
UpdateEventServiceImpl
@Autowired public UpdateEventServiceImpl(CommonServices commonServices, EventValidator eventValidator, EventRepository eventRepository) Instantiates a new update event service impl.- Parameters:
commonServices
- the common serviceseventValidator
- the event validatoreventRepository
- the event repository
-
-
Method Details
-
getValidator
@ValidatorEvent(serviceName="notification", webhookName="notificationservice/validator/event", actionType="update") public List<com.skava.core.validation.ValidatorComponent> getValidator()- Specified by:
getValidator
in interfacecom.skava.core.EcommService<Event,
EventResponse>
-
process
@SendEvent(eventType="notificationservice/event/update", identifier="response_event.id") public EventResponse process(Event request) - Specified by:
process
in interfacecom.skava.core.EcommService<Event,
EventResponse>
-