Package com.caplin.streamlink
Interface FreeFormSubscriptionParameters
- All Superinterfaces:
SubscriptionParameters
A FreeFormSubscriptionParameters instance allows you to pass parameters to subscriptions for subject types that are
not records or containers.
To create an instance of FreeFormSubscriptionParameters call the
{@link com.caplin.streamlink.StreamLink.createFreeFormSubscriptionParameters()} method.
-
Method Summary
Modifier and TypeMethodDescriptionsetParameters(String parameters) Sets the parameters using a free-form string.
-
Method Details
-
setParameters
Sets the parameters using a free-form string.- Parameters:
parameters- The parameters.- Returns:
- The updated FreeFormSubscriptionParameters instance (to permit a fluent programming style).
-