Uses of Interface
org.nuxeo.audit.api.Route
Packages that use Route
-
Uses of Route in org.nuxeo.audit.api
Methods in org.nuxeo.audit.api that return RouteModifier and TypeMethodDescriptionstatic RouteRoute.allEventsTo(String backendName) Creates aRoutethat matches all events, and routes them to the given backend.static RouteCreates aRoutethat matches events based on the providedpredicate, and routes them to the given backend. -
Uses of Route in org.nuxeo.audit.service
Fields in org.nuxeo.audit.service with type parameters of type Route