C# Class SubscriptionEngine.Core.Listener

Show file Open project: cityindex-attic/RTD-Subscription-Engine Class Usage Examples

Public Methods

Method Description
Listener ( TopicSubscriber topicSubscriber, IRTDUpdateEvent callback ) : System
StopListening ( ) : void

Private Methods

Method Description
OnMessageRecieved ( object sender, MessageEventArgs messageEventArgs ) : void

Method Details

Listener() public method

public Listener ( TopicSubscriber topicSubscriber, IRTDUpdateEvent callback ) : System
topicSubscriber SubscriptionEngine.Core.ActiveMQ.TopicSubscriber
callback IRTDUpdateEvent
return System

StopListening() public method

public StopListening ( ) : void
return void