public interface EventSender
Modifier and Type | Method and Description |
---|---|
EventSenderResult |
send(event_audit_log_subscriber eventData,
String methodAddress)
Sends a message which constructed by the implementing class to be send as a notification to the subscriber
|
EventSenderResult send(event_audit_log_subscriber eventData, String methodAddress)
eventData
- contains data required for constructing a messagemethodAddress
- an alternate method address if not provided by event_audit_log_subscriber.getmethod_address()
Copyright © 2012. All Rights Reserved.