All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.resteasy.reactive.server.runtime.ResteasyReactiveInitialiser Maven / Gradle / Ivy

package io.quarkus.resteasy.reactive.server.runtime;

import org.jboss.resteasy.reactive.server.core.Deployment;

public interface ResteasyReactiveInitialiser {
    /**
     * This is where we stuff all generated static init calls we need to make.
     */
    void init(Deployment deployment);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy