diff options
author | Anders Svensson <[email protected]> | 2011-12-07 16:52:03 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-12-07 16:52:03 +0100 |
commit | 6004f23e77856b8182fae699789b994e55691138 (patch) | |
tree | 9fc62fe3476321494479ade6c63d259305d6ecd5 /lib/diameter/doc/src/diameter.xml | |
parent | 24f0d3ee266d56cc83435401230a8bb85a0464d3 (diff) | |
parent | 1c41ee4a931c2429d35205ae04a27dd92fdd8d5a (diff) | |
download | otp-6004f23e77856b8182fae699789b994e55691138.tar.gz otp-6004f23e77856b8182fae699789b994e55691138.tar.bz2 otp-6004f23e77856b8182fae699789b994e55691138.zip |
Merge branch 'anders/diameter/callback_redirection/OTP-9777'
* anders/diameter/callback_redirection/OTP-9777:
Update documentation
Use diameter_callback in relay and tls suites
Use diameter_callback in failover suite
Update app suite
Smarter diameter_callback
Diffstat (limited to 'lib/diameter/doc/src/diameter.xml')
-rw-r--r-- | lib/diameter/doc/src/diameter.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/diameter/doc/src/diameter.xml b/lib/diameter/doc/src/diameter.xml index 2d8edb1301..93e2603c10 100644 --- a/lib/diameter/doc/src/diameter.xml +++ b/lib/diameter/doc/src/diameter.xml @@ -107,7 +107,9 @@ belonging to the application.</p> <marker id="application_module"/> </item> -<tag><c>application_module() = Mod | [Mod | ExtraArgs]</c></tag> +<tag><c>application_module() = Mod + | [Mod | ExtraArgs] + | #diameter_callback{}</c></tag> <item> <code> Mod = atom() @@ -125,6 +127,14 @@ specified to <seealso marker="#call">call/4</seealso>, in which case the call-specific arguments are appended to any specified with the callback module.</p> +<p> +Specifying a <c>#diameter_callback{}</c> record allows individual +functions to be configured in place of the usual <seealso +marker="diameter_app">diameter_app(3)</seealso> callbacks, with +default implementations provided by module <c>diameter_callback</c> +unless otherwise specified. +See that module for details.</p> + <marker id="application_opt"/> </item> |