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

org.jboss.resteasy.reactive.common.model.SettableResourceInterceptor Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
package org.jboss.resteasy.reactive.common.model;

import java.util.Set;

import org.jboss.resteasy.reactive.spi.BeanFactory;

public interface SettableResourceInterceptor {

    void setFactory(BeanFactory factory);

    void setNameBindingNames(Set nameBindings);

    void setPriority(Integer priority);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy