C# Class Distributed.MessageQueue.ConsumerExtensions

Mostrar archivo Open project: RabbitTeam/Distributed

Public Methods

Method Description
Subscribe ( this consumer, string topic, Action action ) : void
Subscribe ( this consumer, string topic, SubscribeAction?>.Func func ) : void
Subscribe ( this consumer, string topic, string expression, Action action ) : void

Method Details

Subscribe() public static method

public static Subscribe ( this consumer, string topic, Action action ) : void
consumer this
topic string
action Action
return void

Subscribe() public static method

public static Subscribe ( this consumer, string topic, SubscribeAction?>.Func func ) : void
consumer this
topic string
func SubscribeAction?>.Func
return void

Subscribe() public static method

public static Subscribe ( this consumer, string topic, string expression, Action action ) : void
consumer this
topic string
expression string
action Action
return void