Interface CitrusInstanceProcessor

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 CitrusInstanceProcessor
Citrus instance processor takes part in instance creation process.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(Citrus instance)
    Process Citrus instance after this has been instantiated.
  • Method Details

    • process

      void process(Citrus instance)
      Process Citrus instance after this has been instantiated.
      Parameters:
      instance -