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

filters.MyGlobalFilter Maven / Gradle / Ivy

The newest version!
package filters;

import mangoo.io.interfaces.MangooGlobalFilter;
import mangoo.io.routing.bindings.Exchange;

public class MyGlobalFilter implements MangooGlobalFilter {

    @Override
    public boolean filter(Exchange exchange) {
        return true;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy