Modifier and Type | Method and Description |
---|---|
void |
EventBroker.publish(Message message,
String topicName)
Publish an event to the given topic asynchronously.
|
void |
EventBroker.publish(Message message,
String topicName,
int deliveryMode)
Publish an event to the given topic asynchronously.
|
void |
EventBroker.publishRobust(Message message,
String topicName)
Publish an event to the given topic synchronously.
|
void |
EventBroker.publishRobust(Message message,
String topicName,
int deliveryMode)
Publish an event to the given topic synchronously.
|
void |
NotificationManager.sendNotification(Message message,
Subscription subscription)
Notification message send to given subscription
|
Modifier and Type | Method and Description |
---|---|
void |
DeliveryManager.publish(Message message,
String topicName,
int deliveryMode)
publish an omElement to a topic
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonEventBroker.publish(Message message,
String topicName)
Publish an event to the given topic asynchronously.
|
void |
CarbonEventBroker.publish(Message message,
String topicName,
int deliveryMode)
Publish an event to the given topic asynchronously.
|
void |
CarbonEventBroker.publishRobust(Message message,
String topicName)
Publish an event to the given topic synchronously.
|
void |
CarbonEventBroker.publishRobust(Message message,
String topicName,
int deliveryMode)
Publish an event to the given topic synchronously.
|
Constructor and Description |
---|
EventPublisher(Message message,
String topicName,
DeliveryManager delivaryManager,
int deliveryMode,
int tenantID,
String username) |
Modifier and Type | Method and Description |
---|---|
void |
JMSDeliveryManager.publish(Message message,
String topicName,
int deliveryMode)
publish an omElement to a topic
|
Modifier and Type | Method and Description |
---|---|
void |
CarbonNotificationManager.sendNotification(Message message,
Subscription subscription)
Notification message send to given subscription
|
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.notify(Message message,
Subscription subscription)
notify with the subscription details.
|
Copyright © 2018 WSO2. All rights reserved.