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

Stores subscriptions in db4o
Inheritance: ISubscriptionStorage
Afficher le fichier Open project: jhicks/NServiceBus.Db4o

Méthodes publiques

Méthode 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 méthode

public Db4oSubscriptionStorage ( ISessionFactory sessionFactory ) : System.Collections.Generic
sessionFactory ISessionFactory
Résultat System.Collections.Generic

GetSubscribersForMessage() public méthode

public GetSubscribersForMessage ( IList messageTypes ) : IList
messageTypes IList
Résultat IList

Init() public méthode

public Init ( ) : void
Résultat void

Subscribe() public méthode

public Subscribe ( string client, IList messageTypes ) : void
client string
messageTypes IList
Résultat void

Unsubscribe() public méthode

public Unsubscribe ( string client, IList messageTypes ) : void
client string
messageTypes IList
Résultat void