Interface GenericRuntimeConfigurableServerRestHandler<T>

All Superinterfaces:
RestHandler<ResteasyReactiveRequestContext>, ServerRestHandler
All Known Subinterfaces:
RuntimeConfigurableServerRestHandler
All Known Implementing Classes:
FormBodyHandler

public interface GenericRuntimeConfigurableServerRestHandler<T> extends ServerRestHandler
  • Method Details

    • getConfigurationClass

      Class<T> getConfigurationClass()
    • configure

      void configure(T configuration)