StreamLink.NET  8.0.8-8.0.8-2133-4672b96
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | Properties | List of all members
Caplin.StreamLink.IPublisher Interface Reference

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

Inheritance diagram for Caplin.StreamLink.IPublisher:
Caplin.StreamLink.IJsonPublisher Caplin.StreamLink.IRecordPublisher

Public Member Functions

void Close ()
 Closes this subscription.
 

Properties

bool IsClosed [get]
 
bool IsDiscarded [get]
 
string Subject [get]
 

Detailed Description

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

Property Documentation

bool Caplin.StreamLink.IPublisher.IsClosed
get

Indicates whether this publisher has been closed

true if closed

bool Caplin.StreamLink.IPublisher.IsDiscarded
get

Indicates whether this subjet has been discard by the liberator

true if discarded

string Caplin.StreamLink.IPublisher.Subject
get

The subject that was requested

the subject


Generated on Thu Jul 23 2026 18:25:36 for StreamLink.NET