Interface ResteasyReactiveInitialiser


  • public interface ResteasyReactiveInitialiser
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void init​(org.jboss.resteasy.reactive.server.core.Deployment deployment)
      This is where we stuff all generated static init calls we need to make.
    • Method Detail

      • init

        void init​(org.jboss.resteasy.reactive.server.core.Deployment deployment)
        This is where we stuff all generated static init calls we need to make.