org.mule.util.queue.objectstore
Class QueueKey
java.lang.Object
org.mule.util.queue.objectstore.QueueKey
- All Implemented Interfaces:
- Serializable
Deprecated. this class will be removed in Mule 4.0 in favor of the new queue implementation
@Deprecated
public class QueueKey
- extends Object
- implements Serializable
- See Also:
- Serialized Form
queueName
public final String queueName
- Deprecated.
id
public final Serializable id
- Deprecated.
QueueKey
public QueueKey(String queueName,
Serializable id)
- Deprecated.
toString
public String toString()
- Deprecated.
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Deprecated.
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Deprecated.
- Overrides:
equals in class Object
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.