public class ExportEventSender extends java.lang.Object implements EventSender
| Constructor and Description |
|---|
ExportEventSender() |
| Modifier and Type | Method and Description |
|---|---|
protected MessageChannel |
getChannel() |
protected java.lang.String |
getEventClass(AbstractEvent abstractEvent) |
protected EventConfigurationDao |
getEventConfigurationDao() |
void |
sendEvent(AbstractEvent abstractEvent)
Sends the given
AbstractEvent depending on the environment. |
void |
setChannel(MessageChannel channel) |
void |
setEventConfigurationDao(EventConfigurationDao eventConfigurationDao) |
protected Message |
wrapData(EventSourceData data) |
public void sendEvent(AbstractEvent abstractEvent)
EventSenderAbstractEvent depending on the environment.sendEvent in interface EventSenderabstractEvent - the event to be send.protected java.lang.String getEventClass(AbstractEvent abstractEvent)
protected Message wrapData(EventSourceData data)
protected MessageChannel getChannel()
public void setChannel(MessageChannel channel)
protected EventConfigurationDao getEventConfigurationDao()
public void setEventConfigurationDao(EventConfigurationDao eventConfigurationDao)
Copyright © 2018 SAP SE. All Rights Reserved.