C# Class EventCentric.Messaging.Commands.AddNewSubscriptionOnTheFly

This adds a new subscription on the fly and starts polling. If the subscription fails the system will shutdown. The EventCentric.Polling.ISubscriptionRepository will persist the subscription.
Inheritance: SystemMessage
Mostrar archivo Open project: Narvalex/EventCentric

Public Methods

Method Description
AddNewSubscriptionOnTheFly ( string streamType, string url, string token ) : System.Threading

Method Details

AddNewSubscriptionOnTheFly() public method

public AddNewSubscriptionOnTheFly ( string streamType, string url, string token ) : System.Threading
streamType string
url string
token string
return System.Threading