Interface GenericRuntimeConfigurableServerRestHandler<T>
-
- All Superinterfaces:
RestHandler<ResteasyReactiveRequestContext>,ServerRestHandler
- All Known Subinterfaces:
RuntimeConfigurableServerRestHandler
- All Known Implementing Classes:
FormBodyHandler
public interface GenericRuntimeConfigurableServerRestHandler<T> extends ServerRestHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(T configuration)Class<T>getConfigurationClass()-
Methods inherited from interface org.jboss.resteasy.reactive.server.spi.ServerRestHandler
handle
-
-