Interface PublisherTemplateSet<T>

Type Parameters:
T - the type of rendered data
All Superinterfaces:
TemplateSet
All Known Implementing Classes:
AbstractByteBufPublisherTemplateSet, AbstractStringPublisherTemplateSet

public interface PublisherTemplateSet<T> extends TemplateSet

A publisher TemplateSet which exposes the sink where data are rendered.

Since:
1.2
Author:
Jeremy Kuhn
See Also:
  • Method Details

    • getSink

      Sinks.Many<T> getSink()

      Returns the sink where rendered data are published.

      Returns:
      the sink