public interface MarshalledSubscription
Subscription
that can be immediately
serialized without any special factory logic.
This interface is for internal use only and should not be implemented by a third party. This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
Modifier and Type | Method and Description |
---|---|
String |
getCallbackAddress()
Get the subscription callback address.
|
String |
getFilter()
Get the subscription filter as a marshalled string.
|
String getFilter()
SubscriptionFactory
will yield a valid instance of Subscription
.String getCallbackAddress()
URL
for their DeliveryMethod
, this is not a
guarantee.Subscription
.This work is licensed under a Creative Commons Attribution 4.0 International License.