Interface IFlowGenerator

All Superinterfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean
All Known Implementing Classes:
DotFlowGenerator, GraphvizJsFlowGenerator, MermaidFlowGenerator

public interface IFlowGenerator extends org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
Used by the FlowDiagramManager to turn a dot file into an image. This class is a prototype bean, the destroy will never be called by Spring.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    generateFlow(String xml, OutputStream outputStream)
     
     
    org.springframework.http.MediaType
     

    Methods inherited from interface org.springframework.beans.factory.DisposableBean

    destroy

    Methods inherited from interface org.springframework.beans.factory.InitializingBean

    afterPropertiesSet