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

org.jboss.resteasy.spi.statistics.StatisticsController Maven / Gradle / Ivy

There is a newer version: 4.0.0.Beta5
Show newest version
package org.jboss.resteasy.spi.statistics;

import org.jboss.resteasy.core.ResourceInvoker;

public interface StatisticsController {
   void register(ResourceInvoker invoker);
   void setEnabled(boolean b);
   void reset();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy