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

io.quarkus.vertx.http.runtime.attribute.ExchangeAttributeWrapper Maven / Gradle / Ivy

The newest version!
package io.quarkus.vertx.http.runtime.attribute;

/**
 * Interface that can be used to wrap an exchange attribute.
 *
 */
public interface ExchangeAttributeWrapper {

    ExchangeAttribute wrap(ExchangeAttribute attribute);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy