@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Order
Instructs forklift to process messages in a specified order. Order can be assigned
by a key in the message body, a standard header key, or a property key. The default
is by Header.CorrelationId.