public class EventBrokerAdminClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
WSE_EN_IDENTIFIER |
static String |
WSE_EVENTING_NS |
| Constructor and Description |
|---|
EventBrokerAdminClient(String backendUrl,
String sessionCookie,
org.apache.axis2.context.ConfigurationContext configurationContext) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.event.client.stub.generated.GetSubscriptionsResponse |
getAllSubscriptions(int maxRequestCount,
String resultFilter,
int firstIndex) |
void |
publish(String topic,
org.apache.axiom.om.OMElement element) |
String |
subscribe(String topic,
String eventSinkUrl) |
void |
unsubscribe(String subscriptionID) |
public static final String WSE_EVENTING_NS
public static final String WSE_EN_IDENTIFIER
public String subscribe(String topic, String eventSinkUrl) throws RemoteException
RemoteExceptionpublic void publish(String topic, org.apache.axiom.om.OMElement element) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void unsubscribe(String subscriptionID) throws RemoteException
RemoteExceptionpublic org.wso2.carbon.event.client.stub.generated.GetSubscriptionsResponse getAllSubscriptions(int maxRequestCount,
String resultFilter,
int firstIndex)
throws RemoteException
RemoteExceptionCopyright © 2019 WSO2. All rights reserved.