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 Detail

      • process

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