public interface RssFeedRenderer
RssChannel
to Writable
.Modifier and Type | Method and Description |
---|---|
io.micronaut.core.io.Writable |
render(RssChannel rssChannel)
Renders an RSS channel to a
Writable . |
io.micronaut.core.io.Writable render(RssChannel rssChannel)
Writable
.rssChannel
- The RSS channel to renderWritable
.