{#include main fluid=true} {#style} .annotation { color: gray; } {/style} {#title}Channels{/title} {#body} {#for channel in info:reactiveMessagingInfos.channels} {/for}
# Name Publisher Consumers
{channel_count}. {channel.name} {#componentDescription channel.publisher /} {#if channel.consumers} {#when channel.consumers.size} {#is 1} {#componentDescription channel.consumers.get(0) /} {#is > 1}
    {#for consumer in channel.consumers}
  • {#componentDescription consumer /}
  • {/for}
{#else} N/A {/when} {/if}
{/body} {/include}