dev-templates.channels.html Maven / Gradle / Ivy
{#include main fluid=true}
{#style}
.annotation {
color: gray;
}
{/style}
{#title}Channels{/title}
{#body}
#
Name
Publisher
Consumers
{#for channel in info:reactiveMessagingInfos.channels}
{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}
{/for}
{/body}
{/include}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy