Class QuarkusInstanceFactory<T>

java.lang.Object
io.quarkus.undertow.runtime.QuarkusInstanceFactory<T>
All Implemented Interfaces:
io.undertow.servlet.api.InstanceFactory<T>

public class QuarkusInstanceFactory<T> extends Object implements io.undertow.servlet.api.InstanceFactory<T>
  • Constructor Details

  • Method Details

    • createInstance

      public io.undertow.servlet.api.InstanceHandle<T> createInstance() throws InstantiationException
      Specified by:
      createInstance in interface io.undertow.servlet.api.InstanceFactory<T>
      Throws:
      InstantiationException