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