Package org.apache.synapse.eventing
Class SynapseSubscription
- java.lang.Object
-
- org.wso2.eventing.Subscription
-
- org.apache.synapse.eventing.SynapseSubscription
-
public class SynapseSubscription extends org.wso2.eventing.Subscription
Bean that keep subscription and subscription metadata. Addition to the subscription in the core API SynapseSubscription add the UUID as the subscription ID, add a new constructor to define the delivery mode.
-
-
Constructor Summary
Constructors Constructor Description SynapseSubscription()
SynapseSubscription(String deliveryMode)
-
Method Summary
-
Methods inherited from class org.wso2.eventing.Subscription
getAddressUrl, getDeliveryMode, getEndpointUrl, getExpires, getFilterDialect, getFilterValue, getId, getSubManUrl, getSubscriptionData, isStaticEntry, setAddressUrl, setDeliveryMode, setEndpointUrl, setExpires, setFilterDialect, setFilterValue, setId, setStaticEntry, setSubManUrl, setSubscriptionData
-
-
-
-
Constructor Detail
-
SynapseSubscription
public SynapseSubscription()
-
SynapseSubscription
public SynapseSubscription(String deliveryMode)
-
-