Uses of Class
de.hybris.platform.apiregistryservices.dto.EventSourceData
Packages that use EventSourceData
Package
Description
-
Uses of EventSourceData in de.hybris.platform.apiregistryservices.event.impl
Methods in de.hybris.platform.apiregistryservices.event.impl that return types with arguments of type EventSourceDataModifier and TypeMethodDescriptionprotected org.springframework.messaging.support.GenericMessage<EventSourceData>ExportEventSender.createGenericMessage(EventSourceData data) Methods in de.hybris.platform.apiregistryservices.event.impl with parameters of type EventSourceDataModifier and TypeMethodDescriptionprotected org.springframework.messaging.support.GenericMessage<EventSourceData>ExportEventSender.createGenericMessage(EventSourceData data) protected org.springframework.messaging.MessageExportEventSender.wrapData(EventSourceData data) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EventSourceData in de.hybris.platform.apiregistryservices.populators
Classes in de.hybris.platform.apiregistryservices.populators with type parameters of type EventSourceDataModifier and TypeClassDescriptionclassAbstractEventPopulator<S extends EventSourceData,T> Abstract class for events converters. -
Uses of EventSourceData in de.hybris.platform.apiregistryservices.router
Method parameters in de.hybris.platform.apiregistryservices.router with type arguments of type EventSourceDataModifier and TypeMethodDescriptionEventSourceDataRouter.route(org.springframework.messaging.Message<EventSourceData> msg) -
Uses of EventSourceData in de.hybris.platform.kymaintegrationservices.event
Methods in de.hybris.platform.kymaintegrationservices.event with parameters of type EventSourceDataModifier and TypeMethodDescriptionbooleanKymaEventFilterService.filterKymaEvent(EventSourceData eventSourceData) Filters the event that will be sent to Kyma. -
Uses of EventSourceData in de.hybris.platform.kymaintegrationservices.event.impl
Methods in de.hybris.platform.kymaintegrationservices.event.impl that return types with arguments of type EventSourceDataModifier and TypeMethodDescriptionprotected Converter<EventSourceData,PublishRequestData> KymaEventServiceActivator.getConverter(EventConfigurationModel eventConfiguration) Methods in de.hybris.platform.kymaintegrationservices.event.impl with parameters of type EventSourceDataModifier and TypeMethodDescriptionbooleanKymaEventFilterServiceImpl.filterKymaEvent(EventSourceData eventSourceData) The filtering logic is implemented in the attached script of the event configuration (e.g., model://kymaOrderFilter).Method parameters in de.hybris.platform.kymaintegrationservices.event.impl with type arguments of type EventSourceDataModifier and TypeMethodDescriptionvoidKymaEventServiceActivator.setKymaEventConverter(Converter<EventSourceData, PublishRequestData> kymaEventConverter) -
Uses of EventSourceData in de.hybris.platform.kymaintegrationservices.populators
Methods in de.hybris.platform.kymaintegrationservices.populators with parameters of type EventSourceDataModifier and TypeMethodDescriptionvoidKymaEventPopulator.populate(EventSourceData eventSourceData, PublishRequestData publishRequestData) -
Uses of EventSourceData in de.hybris.platform.kymaintegrationservices.populators.custom
Methods in de.hybris.platform.kymaintegrationservices.populators.custom with parameters of type EventSourceDataModifier and TypeMethodDescriptionvoidSubmittingOrderEventPopulator.populate(EventSourceData sourceData, PublishRequestData publishRequestData) -
Uses of EventSourceData in de.hybris.platform.webhookservices.service
Methods in de.hybris.platform.webhookservices.service with parameters of type EventSourceDataModifier and TypeMethodDescriptionvoidWebhookEventSender.send(@NotNull EventSourceData eventSourceData) Sends the given eventMethod parameters in de.hybris.platform.webhookservices.service with type arguments of type EventSourceDataModifier and TypeMethodDescriptionWebhookEventRouter.route(org.springframework.messaging.Message<EventSourceData> message) Routes events to be the appropriate Spring integration channel -
Uses of EventSourceData in de.hybris.platform.webhookservices.service.impl
Methods in de.hybris.platform.webhookservices.service.impl with parameters of type EventSourceDataModifier and TypeMethodDescriptionprotected booleanAbstractWebhookEventSender.isMatchingDestinationTarget(WebhookConfigurationModel webhookConfig, EventSourceData eventSourceData) voidWebhookDeleteEventToItemSender.send(EventSourceData eventSourceData) voidWebhookEventToItemSender.send(EventSourceData eventSourceData) Method parameters in de.hybris.platform.webhookservices.service.impl with type arguments of type EventSourceDataModifier and TypeMethodDescriptionDefaultWebhookEventRouter.route(org.springframework.messaging.Message<EventSourceData> message)
ExportEventSender.createGenericMessage(EventSourceData)