Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Spring
Amqp
HelloWorld
Consumer
Async
HelloWorldHandler
C# Class Spring.Amqp.HelloWorld.Consumer.Async.HelloWorldHandler
A sample asynchronous message handler.
Show file
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