C# Class EzBus.Core.Subscription.InMemorySubscriptionStorage

Inheritance: ISubscriptionStorage
Afficher le fichier Open project: Zapote/EzBus

Méthodes publiques

Méthode Description
GetSubscribersEndpoints ( Type messageType ) : IEnumerable
Initialize ( string endpointName ) : void
Store ( string endpoint, Type messageType ) : void

Method Details

GetSubscribersEndpoints() public méthode

public GetSubscribersEndpoints ( Type messageType ) : IEnumerable
messageType System.Type
Résultat IEnumerable

Initialize() public méthode

public Initialize ( string endpointName ) : void
endpointName string
Résultat void

Store() public méthode

public Store ( string endpoint, Type messageType ) : void
endpoint string
messageType System.Type
Résultat void