Class RouterBase

    • Constructor Detail

      • RouterBase

        public RouterBase()
    • Method Detail

      • getStep

        public Step getStep()
        Description copied from interface: Router
        The step into which the router is configured.
        Specified by:
        getStep in interface Router
        Returns:
        The step that owns this router.
      • updateExcludedDestinations

        public void updateExcludedDestinations​(Document doc,
                                               Step... destsSelected)
        Sets dropped status for any destinations not reachable from any of the supplied steps.
        Parameters:
        doc - the document for which statuses need to be updated
        destsSelected - the steps that the document *will* be routed to.