All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev-templates.channels.html Maven / Gradle / Ivy

There is a newer version: 3.15.2
Show newest version
{#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}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy