-
Notifications
You must be signed in to change notification settings - Fork 153
Expand file tree
/
Copy pathChapter-MUX.adoc~
More file actions
44 lines (26 loc) · 915 Bytes
/
Chapter-MUX.adoc~
File metadata and controls
44 lines (26 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[[_mux]]
= Multiplexer (MUX)
The Multiplexer (MUX) is designed as a stack wrapper.
It serves two purposes:
Expose Stack::
It exposes the stack and allows it to be shared between multiple listeners.
The stack follows the life cycle of the MUX.
It is created and destroyed with MUX.
Expose Management Operations::
Exposes the management operations for clients, one of them being the &MANAGEMENT.PLATFORM; Console.
For specific information please refer to the &THIS.PLATFORM; Diameter Management Console User Guide.
:leveloffset: +1
include::Section-MUX-Design_Overview.adoc[]
:leveloffset: -1
:leveloffset: +1
include::Section-MUX-Setup.adoc[]
:leveloffset: -1
:leveloffset: +1
include::Section-MUX-Configuration.adoc[]
:leveloffset: -1
:leveloffset: +1
include::Section-MUX-Source_Overview.adoc[]
:leveloffset: -1
:leveloffset: +1
include::Section-MUX-Dictionary.adoc[]
:leveloffset: -1