Interface FreeFormSubscriptionParameters

All Superinterfaces:
SubscriptionParameters

public interface FreeFormSubscriptionParameters extends 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 Details

    • setParameters

      FreeFormSubscriptionParameters setParameters(String parameters)
      Sets the parameters using a free-form string.
      Parameters:
      parameters - The parameters.
      Returns:
      The updated FreeFormSubscriptionParameters instance (to permit a fluent programming style).