public static final class LeveldbJournal.ReplayTaggedMessages extends java.lang.Object implements LeveldbJournal.SubscriptionCommand, scala.Product, scala.Serializable
Constructor and Description |
---|
ReplayTaggedMessages(long fromSequenceNr,
long toSequenceNr,
long max,
java.lang.String tag,
ActorRef replyTo) |
Modifier and Type | Method and Description |
---|---|
long |
fromSequenceNr() |
long |
max() |
ActorRef |
replyTo() |
java.lang.String |
tag() |
long |
toSequenceNr() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReplayTaggedMessages(long fromSequenceNr, long toSequenceNr, long max, java.lang.String tag, ActorRef replyTo)
public long fromSequenceNr()
public long toSequenceNr()
public long max()
public java.lang.String tag()
public ActorRef replyTo()