Package com.opencqrs.esdb.client
Record Class Option.Recursive
java.lang.Object
java.lang.Record
com.opencqrs.esdb.client.Option.Recursive
- All Implemented Interfaces:
Option
- Enclosing interface:
Option
Specifies that events shall be fetched recursively, that is including the requested subject (events) and its
hierarchical subject (events).
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opencqrs.esdb.client.Option
Option.FromLatestEvent, Option.LowerBoundExclusive, Option.LowerBoundInclusive, Option.Order, Option.Recursive, Option.UpperBoundExclusive, Option.UpperBoundInclusive
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Recursive
public Recursive()Creates an instance of aRecursive
record class.
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-