Class SpringWebFluxTemplateEngine

    • Constructor Detail

      • SpringWebFluxTemplateEngine

        public SpringWebFluxTemplateEngine()
    • Method Detail

      • processStream

        public org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> processStream​(String template,
                                                                                                          Set<String> markupSelectors,
                                                                                                          org.thymeleaf.context.IContext context,
                                                                                                          org.springframework.core.io.buffer.DataBufferFactory bufferFactory,
                                                                                                          org.springframework.http.MediaType mediaType,
                                                                                                          Charset charset)
        Specified by:
        processStream in interface ISpringWebFluxTemplateEngine
      • processStream

        public org.reactivestreams.Publisher<org.springframework.core.io.buffer.DataBuffer> processStream​(String template,
                                                                                                          Set<String> markupSelectors,
                                                                                                          org.thymeleaf.context.IContext context,
                                                                                                          org.springframework.core.io.buffer.DataBufferFactory bufferFactory,
                                                                                                          org.springframework.http.MediaType mediaType,
                                                                                                          Charset charset,
                                                                                                          int responseMaxChunkSizeBytes)
        Specified by:
        processStream in interface ISpringWebFluxTemplateEngine