Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. private final OrderedAwareCopyOnWriteArraySet<MessageHandler> handlers =
  2. new OrderedAwareCopyOnWriteArraySet<MessageHandler>();
  3.  
  4. <xsd:attribute name="order" type="xsd:string">
  5. <xsd:annotation>
  6. <xsd:documentation><![CDATA[
  7. Specifies the order for invocation when this endpoint is connected as a
  8. subscriber to a channel. This is particularly relevant when that channel
  9. is using a "failover" dispatching strategy. It has no effect when this
  10. endpoint itself is a Polling Consumer for a channel with a queue.
  11.  
  12. ]]></xsd:documentation>
  13. </xsd:annotation>
  14. </xsd:attribute>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement