public class SubscriptionNotificationKey
extends java.lang.Object
implements org.killbill.notificationq.api.NotificationEvent
| Constructor and Description |
|---|
SubscriptionNotificationKey(java.util.UUID eventId) |
SubscriptionNotificationKey(java.util.UUID eventId,
int seqId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.UUID |
getEventId() |
int |
getSeqId() |
int |
hashCode() |
java.lang.String |
toString() |
public SubscriptionNotificationKey(java.util.UUID eventId,
int seqId)
public SubscriptionNotificationKey(java.util.UUID eventId)
public java.util.UUID getEventId()
public int getSeqId()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2010-2018. All Rights Reserved.