public static final class ReplicatedEntityActor.SpeculativeReplicatedEventImpl<Event> extends java.lang.Object implements SpeculativeReplicatedEvent, scala.Product, scala.Serializable
| Constructor and Description |
|---|
SpeculativeReplicatedEventImpl(java.lang.String replicationDc,
long replicationSeqNr,
ReplicatedEvent<Event> replicated) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canEqual(java.lang.Object x$1) |
<Event> ReplicatedEntityActor.SpeculativeReplicatedEventImpl<Event> |
copy(java.lang.String replicationDc,
long replicationSeqNr,
ReplicatedEvent<Event> replicated) |
<Event> java.lang.String |
copy$default$1() |
<Event> long |
copy$default$2() |
<Event> ReplicatedEvent<Event> |
copy$default$3() |
java.lang.String |
entityId() |
boolean |
equals(java.lang.Object x$1) |
int |
hashCode() |
java.lang.String |
originDc() |
long |
originSeqNr() |
int |
productArity() |
java.lang.Object |
productElement(int x$1) |
scala.collection.Iterator<java.lang.Object> |
productIterator() |
java.lang.String |
productPrefix() |
ReplicatedEvent<Event> |
replicated() |
java.lang.String |
replicationDc() |
long |
replicationSeqNr() |
java.lang.String |
toString() |
public SpeculativeReplicatedEventImpl(java.lang.String replicationDc,
long replicationSeqNr,
ReplicatedEvent<Event> replicated)
public java.lang.String replicationDc()
public long replicationSeqNr()
public ReplicatedEvent<Event> replicated()
public java.lang.String entityId()
entityId in interface SpeculativeReplicatedEventpublic java.lang.String originDc()
public long originSeqNr()
public <Event> ReplicatedEntityActor.SpeculativeReplicatedEventImpl<Event> copy(java.lang.String replicationDc, long replicationSeqNr, ReplicatedEvent<Event> replicated)
public <Event> java.lang.String copy$default$1()
public <Event> long copy$default$2()
public <Event> ReplicatedEvent<Event> copy$default$3()
public java.lang.String productPrefix()
productPrefix in interface scala.Productpublic int productArity()
productArity in interface scala.Productpublic java.lang.Object productElement(int x$1)
productElement in interface scala.Productpublic scala.collection.Iterator<java.lang.Object> productIterator()
productIterator in interface scala.Productpublic boolean canEqual(java.lang.Object x$1)
canEqual in interface scala.Equalspublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object x$1)
equals in interface scala.Equalsequals in class java.lang.Object