Package org.jesterj.ingest.routers
-
Class Summary Class Description DuplicateToAll A router that simply duplicates the document to all subsequent steps.DuplicateToAll.Builder RoundRobinRouter A router that selects among the next steps in a round-robin fashion.RoundRobinRouter.Builder RouteByStepName A router that sends documents to subsequent steps by comparing the value in a standard field in the document to the name of subsequent steps.RouteByStepName.Builder RouterBase RouterBase.Builder<T extends RouterBase>