Class
caplin.streamlink

Publisher

An object that can send messages for a subject that StreamLink is providing

Constructor Summary

Attributes Name and Description
caplin.streamlink.Publisher()

Method Summary

Attributes Name and Description
void close()

Closes this subscription

String getSubject()

The subject that was requested

boolean isClosed()

Indicates whether this publisher has been closed

boolean isDiscarded()

Indicates whether this subjet has been discard by the liberator

Constructor Detail

caplin.streamlink.Publisher()

Method Detail

void close()

Closes this subscription

String getSubject()

The subject that was requested

Returns
{String} the subject

boolean isClosed()

Indicates whether this publisher has been closed

Returns
{boolean} true if closed

boolean isDiscarded()

Indicates whether this subjet has been discard by the liberator

Returns
{boolean} true if discarded