- All Superinterfaces:
- java.io.Serializable
public interface Ticket
extends java.io.Serializable
Represents a correlation object that ties an SCA asynchronous request and response together.
A ticket is long lived, can be persisted and re-used across threads and processes. A ticket also
implements the equals and hashCode methods, which allow it to be used a a key.