Interface CitrusContextProvider

All Known Implementing Classes:
DefaultCitrusContextProvider
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 CitrusContextProvider
  • Field Details

  • Method Details

    • create

      CitrusContext create()
      Create Citrus context with this provider.
      Returns:
    • lookup

      static CitrusContextProvider lookup()
      Resolves context provider from resource path lookup. Scans classpath for provider meta information and instantiates first found or default fallback provider.
      Returns:
    • lookup

      static Optional<CitrusContextProvider> lookup(String name)
      Resolves context provider from resource path lookup with given resource name. Scans classpath for provider meta information with given name and returns the instance. Returns optional instead of throwing exception when no context provider could be found.
      Parameters:
      name -
      Returns: