-
Interface Summary
| Interface |
Description |
| Consumer |
Object Consumer interface.
|
| Producer |
Object Producer interface.
|
-
Class Summary
| Class |
Description |
| Sorter |
|
-
Package org.milyn.delivery.ordering Description
Visitor execution ordering.
Package Specification
This package defines interfaces for controlling the execution order of visitors
that are targetted at the same element selector.
The
Producer/
Consumer interfaces allows us to order the execution of multiple
Visitor instances, targetted at the same element selector, based on what the
Visitor
produces and/or consumes.