akka.persistence.journal
Class JournalSpec.Confirmation

java.lang.Object
  extended by akka.persistence.journal.JournalSpec.Confirmation
All Implemented Interfaces:
PersistentConfirmation, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
JournalSpec

public static class JournalSpec.Confirmation
extends java.lang.Object
implements PersistentConfirmation, scala.Product, scala.Serializable

See Also:
Serialized Form

Constructor Summary
JournalSpec.Confirmation(java.lang.String persistenceId, java.lang.String channelId, long sequenceNr)
           
 
Method Summary
 java.lang.String channelId()
           
 java.lang.String persistenceId()
           
 long sequenceNr()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.persistence.PersistentConfirmation
processorId
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

JournalSpec.Confirmation

public JournalSpec.Confirmation(java.lang.String persistenceId,
                                java.lang.String channelId,
                                long sequenceNr)
Method Detail

persistenceId

public java.lang.String persistenceId()
Specified by:
persistenceId in interface PersistentConfirmation

channelId

public java.lang.String channelId()
Specified by:
channelId in interface PersistentConfirmation

sequenceNr

public long sequenceNr()
Specified by:
sequenceNr in interface PersistentConfirmation