C# Class Spring.Amqp.HelloWorld.Consumer.Async.HelloWorldHandler

A sample asynchronous message handler.
显示文件 Open project: spring-projects/spring-net-amqp-samples

Public Methods

Method Description
HandleMessage ( string text ) : void

Handles the message.

Method Details

HandleMessage() public method

Handles the message.
public HandleMessage ( string text ) : void
text string The text.
return void