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

com.netflix.suro.routing.RoutingPlugin Maven / Gradle / Ivy

The newest version!
package com.netflix.suro.routing;

import com.netflix.suro.SuroPlugin;

public class RoutingPlugin extends SuroPlugin {
    @Override
    protected void configure() {
        this.addFilterType(RegexFilter.TYPE, RegexFilter.class);
        this.addFilterType(XPathFilter.TYPE, XPathFilter.class);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy