C# Class EzBus.Core.Subscription.InMemorySubscriptionStorage

Inheritance: ISubscriptionStorage
Show file Open project: Zapote/EzBus

Public Methods

Method Description
GetSubscribersEndpoints ( Type messageType ) : IEnumerable
Initialize ( string endpointName ) : void
Store ( string endpoint, Type messageType ) : void

Method Details

GetSubscribersEndpoints() public method

public GetSubscribersEndpoints ( Type messageType ) : IEnumerable
messageType System.Type
return IEnumerable

Initialize() public method

public Initialize ( string endpointName ) : void
endpointName string
return void

Store() public method

public Store ( string endpoint, Type messageType ) : void
endpoint string
messageType System.Type
return void