A Notification is an object that can be sent to notify a user of a particular event.
Interface that should be implemented to receive notification change callbacks from the NotificationProvider
A trivial implementation of NotificationListener
would be:
// A caplin.streamlink.alerts.NotificationListener that can handle
// every possible callback.
A NotificationService subscribes to a Notifications container of the StreamLink user and allows the user to register a listener to be called when notifications are triggered or dismissed.
An interface that can be registered to be called back when an operation completes.
A Trigger is an object associated with a particular RTTP subject that contains a condition (on the given subjects fields) that when met will trigger a notification message.
Interface that should be implemented to receive trigger change callbacks from the TriggerProvider
A trivial implementation of TriggerListener
would be:
// A caplin.streamlink.alerts.TriggerListener that can handle
// every possible callback.
A TriggerService subscribes to the Triggers of a StreamLink user and allows the user to register a listener to be called back when triggers are added, removed or modified.
Enumeration that defines the different states a caplin.streamlink.alerts.Trigger can be in
Represents a channel to a subject on the Liberator.
Interface for receiving updates on the channel from the Liberator.
Provides information about updates to a chat subject.
Enumeration that defines the type of the caplin.streamlink.ChatEvent.
Provides error information for commands.
Enumeration defining the errors that can occur for a command.
Defines the interface that you should implement to receive information on the result of a command.
Provides result information for commands.
Defines the interface that you should implement to receive information on the result of a command.
Stored information on the subscription and lets you unpersist the command.
Defines the interface for receiving information about changes in the state of the StreamLink connection, the data services available from the Liberator, and the DataSources that are normally connected to the Liberator.
Enumeration that defines the state of a StreamLink connection to a Liberator.
Provides information about a change in status of the connection to the Liberator.
Utility class to aid debugging.
Representation of a subject that is within a container.
Represents an update to a container subject.
A factory for creating FilterExpressions for use in the caplin.streamlink.ContainerSubscriptionParameters select method.
This interface defines a model that represents a container.
Provides access to fundamental information about subscription events relating to changes in data, such as the subject and the type of event that has occurred.
Provides information about a change to a directory element.
Provides information about a change to a directory.
Enumeration that defines the reasons for an error being raised in a caplin.streamlink.SubscriptionErrorEvent or a caplin.streamlink.CommandErrorEvent.
Interface that represents a filter expression.
Enumeration that represents a particular logical operation.
Enumeration that represents the operators that are available for a FieldFilterExpression.
Represents a JSON channel to a subject on the Liberator.
Interface for receiving updates on the JSON channel from the Liberator.
Provides information about a JSON message.
Defines the interface that should be implemented by the application to receive KeyMaster keep alive Responses.
Allows StreamLink log messages to be written to the destination of your choice.
Enumeration that defines the reason for a failed login.
Stores log information including message and level of a log entry.
Enumeration that represents the available logging levels.
Interface for receiving log messages from the StreamLink application.
Provides information about a news headline update.
Provides information about a single text change for the given row and column in a Page.
Provides information about a change to data in a Page.
Enumeration defining the types of payload used on commands
Provides information about a change to permission data.
Provides information about a change to type 1 data (fieldname and data pairs) in a record.
Provides information about a change to type 2 data in a record.
Provides information about a change to type 3 data in a record.
Enumeration that defines the status of a Service.
Provides information about the change in status of a data service to which StreamLink is connected via the Liberator.
Enumeration that defines the status of a source.
Provides information about the change in status of an Integration Adapter to which StreamLink is connected via the Liberator.
Provides access to the statistics relating to an instance of StreamLink.
Provides information about a change to story data in a Story.
The main StreamLink Class.
Factory that creates caplin.streamlink.StreamLink instances.
Enumeration that represents the available subject types.
Represents a subscription to a subject on the Liberator.
Provides information about a subscription error.
Enumeration which represents the errors that can occur for a subject.
Interface for receiving updates to subscribed data from the Liberator.
Provides information about a change in the state of a subscription.
Enumeration that defines the status of a subject.
Enumeration that defines the available throttle levels and throttle commands.
Contains the parameters needed to call a specific Liberator web module.