Sha256: 8464224ba7bf0f61e535be0a37c99c42b51b1f60fb66f4fe63c6d3607a86eeb7

Contents?: true

Size: 1.11 KB

Versions: 8

Compression:

Stored size: 1.11 KB

Contents

digraph G {
        rankdir=LR
        p1 [label="publisher", shape=rect]
        p2 [label="publisher", shape=rect]
        s [label="source", shape=circle]
        l1q [label="{|||||}", shape=record, fixedsize=true, height=0.3, width=1.5]
        l2q [label="{|||||}", shape=record, fixedsize=true, height=0.3, width=1.5]
        w1q [label="{|||||}", shape=record, fixedsize=true, height=0.3, width=1.5]
        w2q [label="{|||||}", shape=record, fixedsize=true, height=0.3, width=1.5]
        l1 [label="listener", shape=rect]
        l2 [label="listener", shape=rect]
        w1a1 [label="worker A", shape=rect]
        w1a2 [label="worker A", shape=rect]
        w2b [label="worker B", shape=rect]

        p1 -> s [tailport=e]
        p2 -> s [tailport=e, label="tag: foo.success", fontsize=8, fontname="mono"]
        s -> {l1q, l2q, w1q} [headport=w]
        s -> w2q [headport=w, label="tag_filter: *.success", fontsize=8, fontname="mono"]
        l1q -> l1 [tailport=e, headport=w]
        l2q -> l2 [tailport=e, headport=w]
        w1q -> {w1a1, w1a2} [tailport=e, headport=w]
        w2q -> w2b [tailport=e, headport=w]
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mercury_amqp-0.10.0 constructs.dot
mercury_amqp-0.9.0 constructs.dot
mercury_amqp-0.8.0 constructs.dot
mercury_amqp-0.7.0 constructs.dot
mercury_amqp-0.6.1 constructs.dot
mercury_amqp-0.6.0 constructs.dot
mercury_amqp-0.5.0 constructs.dot
mercury_amqp-0.4.0 constructs.dot