Class ProcessingPolicy.DefaultPolicies.PassAll$
java.lang.Object
org.apache.pekko.persistence.testkit.ProcessingPolicy.DefaultPolicies.PassAll$
- All Implemented Interfaces:
Serializable,ProcessingPolicy<U>,scala.Equals,scala.Product
- Enclosing interface:
- ProcessingPolicy.DefaultPolicies<U>
public static class ProcessingPolicy.DefaultPolicies.PassAll$
extends Object
implements ProcessingPolicy<U>, scala.Product, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.pekko.persistence.testkit.ProcessingPolicy
ProcessingPolicy.DefaultPolicies<U> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProcessingPolicy.DefaultPolicies.PassAll$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()tryProcess(String persistenceId, U processingUnit) Emulates behavior of the storage.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNames
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
PassAll$
public PassAll$()
-
-
Method Details
-
tryProcess
Description copied from interface:ProcessingPolicyEmulates behavior of the storage. The function is invoked when any of the plugin's operations is executed. If you need this operation to succeed returnProcessingSuccess, otherwise you should return some of theProcessingFailure's.- Specified by:
tryProcessin interfaceProcessingPolicy<U>- Parameters:
persistenceId- persistenceId or other id of the processing operationprocessingUnit- details about current operation to be executed- Returns:
- needed result of processing the operation
-
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
-
hashCode
public int hashCode() -
toString
-