Interface RequestOption

All Known Implementing Classes:
ResponseHandlerOption

public interface RequestOption
Represents a request option.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends RequestOption>
    Class<T>
    Gets the type of the option to use for middleware retrieval.
  • Method Details

    • getType

      @Nonnull <T extends RequestOption> Class<T> getType()
      Gets the type of the option to use for middleware retrieval.
      Type Parameters:
      T - Type of the option.
      Returns:
      Class of the option type.