C# Class XDMessaging.Transport.Amazon.XDAmazonListener

Inheritance: IXDListener
显示文件 Open project: TheCodeKing/XDMessaging.Net

Public Methods

Method Description
Dispose ( ) : void
RegisterChannel ( string channelName ) : void
UnRegisterChannel ( string channelName ) : void

Private Methods

Method Description
Dispose ( bool disposeManaged ) : void
OnMessageReceived ( Message message ) : void
XDAmazonListener ( IIdentityProvider identityProvider, ISerializer serializer, ITopicRepository topicRepository, ISubscriberRepository subscriberRepository, ISubscriptionService subscriptionService ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

RegisterChannel() public method

public RegisterChannel ( string channelName ) : void
channelName string
return void

UnRegisterChannel() public method

public UnRegisterChannel ( string channelName ) : void
channelName string
return void