C# Class Machine.Mta.StaticSubscriptionStorage

Inheritance: ISubscriptionStorage
Show file Open project: machine/machine.mta

Public Methods

Method Description
GetSubscribersForMessage ( IList messageTypes ) : IList
Init ( ) : void
StaticSubscriptionStorage ( IMessageRouting routing, IMessageMapper mapper ) : System
Subscribe ( string client, IList messageTypes ) : void
Unsubscribe ( string client, IList messageTypes ) : void

Method Details

GetSubscribersForMessage() public method

public GetSubscribersForMessage ( IList messageTypes ) : IList
messageTypes IList
return IList

Init() public method

public Init ( ) : void
return void

StaticSubscriptionStorage() public method

public StaticSubscriptionStorage ( IMessageRouting routing, IMessageMapper mapper ) : System
routing IMessageRouting
mapper IMessageMapper
return System

Subscribe() public method

public Subscribe ( string client, IList messageTypes ) : void
client string
messageTypes IList
return void

Unsubscribe() public method

public Unsubscribe ( string client, IList messageTypes ) : void
client string
messageTypes IList
return void