objectDirect extends Type with Product with Serializable
A direct exchange delivers messages to queues based on the message routing key.
A direct exchange is ideal for the unicast routing of messages
(although they can be used for multicast routing as well).
Linear Supertypes
Serializable, Serializable, Product, Equals, Type, AnyRef, Any
A direct exchange delivers messages to queues based on the message routing key. A direct exchange is ideal for the unicast routing of messages (although they can be used for multicast routing as well).