Skip to content

Commit

Permalink
tm: add missing docs about event_route[tm:local-request], GH #980
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Jul 22, 2019
1 parent a161fc7 commit 8d613cb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/modules/tm/doc/event_routes.xml
Expand Up @@ -39,6 +39,25 @@ event_route[tm:branch-failure:myroute] {
</programlisting>
</example>
</section>
<section id="tm.e.local-request">
<title>
<function moreinfo="none">event_route[tm:local-request]</function>
</title>
<para>
Executed after the tm module has sent a local generated, transaction stateful request.
</para>
<example>
<title><function>event_route[tm:local-request]</function> usage</title>
<programlisting format="linespecific">
...
event_route [tm:local-request] {
xlog("L_INFO", "Routing locally generated $rm to $ru\n");
t_set_fr(10000, 10000);
}
...
</programlisting>
</example>
</section>
<section id="tm.e.local-response">
<title>
<function moreinfo="none">event_route[tm:local-response]</function>
Expand Down

0 comments on commit 8d613cb

Please sign in to comment.