Uses of Class
org.wso2.carbon.event.client.broker.BrokerClientException
-
Packages that use BrokerClientException Package Description org.wso2.carbon.event.client.broker -
-
Uses of BrokerClientException in org.wso2.carbon.event.client.broker
Methods in org.wso2.carbon.event.client.broker that throw BrokerClientException Modifier and Type Method Description void
BrokerClient. publish(String topic, String messageContent)
Deprecated.Publishes a message to a topic.String
BrokerClient. subscribe(String topic, String eventSinkUrl)
Deprecated.String
BrokerClient. subscribe(String topic, String eventSinkUrl, long expirationTime, org.apache.axiom.om.OMElement[] extensions)
Deprecated.
-