Interface RendererFactory


  • public interface RendererFactory
    The original Renderer leads to non-reentrant services - this allows them to create a fresh Renderer that's never reused, as a workaround to avoid having to break the original Renderer contract.
    • Method Detail

      • createRenderer

        Renderer createRenderer()