Interface CallActivityMock.MockedModelConfigurer

Enclosing class:
CallActivityMock
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 static interface CallActivityMock.MockedModelConfigurer
Interface used as a callback to set some attributes of the mocked process model (e.g. versionTag, name etc.)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setProcessModelAttributes(org.camunda.bpm.model.bpmn.builder.ProcessBuilder processBuilder)
     
  • Method Details

    • setProcessModelAttributes

      void setProcessModelAttributes(org.camunda.bpm.model.bpmn.builder.ProcessBuilder processBuilder)