Interface NestedRelationshipProcessingStateMachine.ReactiveRelationshipIdSupplier
- Enclosing class:
NestedRelationshipProcessingStateMachine
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface NestedRelationshipProcessingStateMachine.ReactiveRelationshipIdSupplier
Reactive Supplier for arbitrary relationship ids.
- Author:
- Michael J. Simons
-
Method Summary
-
Method Details
-
getId
Mono<Object> getId(org.neo4j.cypherdsl.core.Statement statement, @Nullable Neo4jPersistentProperty idProperty, Object fromId, Object toId)
-