public class SubscriptionId
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static SubscriptionId |
from(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName,
long value) |
pl.allegro.tech.hermes.api.SubscriptionName |
getSubscriptionName() |
long |
getValue() |
int |
hashCode() |
public static SubscriptionId from(pl.allegro.tech.hermes.api.SubscriptionName subscriptionName, long value)
public long getValue()
public pl.allegro.tech.hermes.api.SubscriptionName getSubscriptionName()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object