Class WebSequenceDiagramsExporter

java.lang.Object
com.structurizr.export.AbstractExporter
com.structurizr.export.AbstractDiagramExporter
com.structurizr.export.websequencediagrams.WebSequenceDiagramsExporter
All Implemented Interfaces:
DiagramExporter, Exporter

public class WebSequenceDiagramsExporter extends AbstractDiagramExporter
Exports dynamic diagram definitions that can be copy-pasted into https://www.websequencediagrams.com This implementation only supports a basic sequence of interactions, both synchronous and asynchronous. It doesn't support return messages, parallel behaviour, etc.