Interface ResteasyReactiveInitialiser


public interface ResteasyReactiveInitialiser
  • Method Summary

    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 Details

    • 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.