Interface Option

  • All Known Implementing Classes:
    Header, Param

    public interface Option
    An open interface for different types of options that can be passed to the connector.
    Since:
    1.0.0
    Author:
    Emil Forslund
    • Method Detail

      • getKey

        String getKey()
        The key of this option.
        Returns:
        the key
      • getValue

        String getValue()
        The value of this option.
        Returns:
        the value
      • getType

        Option.Type getType()
        What type of option this is.
        Returns:
        the option type