Class InternalProtocol.GetSuccess<S>
java.lang.Object
org.apache.pekko.persistence.typed.state.internal.InternalProtocol.GetSuccess<S>
- All Implemented Interfaces:
Serializable,InternalProtocol,scala.Equals,scala.Product
- Enclosing interface:
- InternalProtocol
public static final class InternalProtocol.GetSuccess<S>
extends Object
implements InternalProtocol, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.persistence.typed.state.internal.InternalProtocol
InternalProtocol.DeleteFailure, InternalProtocol.DeleteFailure$, InternalProtocol.DeleteSuccess$, InternalProtocol.GetFailure, InternalProtocol.GetFailure$, InternalProtocol.GetSuccess<S>, InternalProtocol.GetSuccess$, InternalProtocol.IncomingCommand<C>, InternalProtocol.IncomingCommand$, InternalProtocol.RecoveryPermitGranted$, InternalProtocol.RecoveryTimeout$, InternalProtocol.UpsertFailure, InternalProtocol.UpsertFailure$, InternalProtocol.UpsertSuccess$ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean<S> InternalProtocol.GetSuccess<S>copy(GetObjectResult<S> result) <S> GetObjectResult<S>booleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>result()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
GetSuccess
-
-
Method Details
-
result
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-