Interface CustomEventDefinitionXmlWriter

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface CustomEventDefinitionXmlWriter
Hook for serializing a CustomBpmnEventDefinition back to XML — the write-side counterpart to BaseChildElementParser on the read side. A custom EventDefinition requires one parser (read) and one writer (write) to round-trip through BpmnXMLConverter. The writer is invoked inside an already-opened <extensionElements> wrapper.