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
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Object>
getId
(org.neo4j.cypherdsl.core.Statement statement, Neo4jPersistentProperty idProperty, Object fromId, Object toId)
-
Method Details
-
getId
reactor.core.publisher.Mono<Object> getId(org.neo4j.cypherdsl.core.Statement statement, Neo4jPersistentProperty idProperty, Object fromId, Object toId)
-