INT-1733 fixed the typo in the ControlBus sample in reference manual
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
For example, to execute a method on a Spring Bean a client
|
||||
could send a message to the operation channel as follows:</para>
|
||||
|
||||
<programlisting>Message operation = MessageBuilder.withPayload("@myServiceBean.shutdown()");
|
||||
<programlisting>Message operation = MessageBuilder.withPayload("@myServiceBean.shutdown()").build();
|
||||
operationChannel.send(operation)</programlisting>
|
||||
|
||||
<para>The root of the context for the expression is the
|
||||
|
||||
Reference in New Issue
Block a user