C# Class NServiceBus.Unicast.Subscriptions.Db4o.Db4oSubscriptionStorage

Stores subscriptions in db4o
Inheritance: ISubscriptionStorage
显示文件 Open project: jhicks/NServiceBus.Db4o

Public Methods

Method Description
Db4oSubscriptionStorage ( ISessionFactory sessionFactory ) : System.Collections.Generic
GetSubscribersForMessage ( IList messageTypes ) : IList
Init ( ) : void
Subscribe ( string client, IList messageTypes ) : void
Unsubscribe ( string client, IList messageTypes ) : void

Method Details

Db4oSubscriptionStorage() public method

public Db4oSubscriptionStorage ( ISessionFactory sessionFactory ) : System.Collections.Generic
sessionFactory ISessionFactory
return System.Collections.Generic

GetSubscribersForMessage() public method

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

Init() public method

public Init ( ) : void
return void

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