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 Detail

      • setProcessModelAttributes

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