Class ReactiveAuditingBeforeBindCallback

java.lang.Object
org.springframework.data.neo4j.core.mapping.callback.ReactiveAuditingBeforeBindCallback
All Implemented Interfaces:
Ordered, EntityCallback<Object>, ReactiveBeforeBindCallback<Object>

@API(status=STABLE, since="6.0.2") public final class ReactiveAuditingBeforeBindCallback extends Object implements ReactiveBeforeBindCallback<Object>, Ordered
Reactive EntityCallback to populate auditing related fields on an entity about to be bound to a record.
Since:
6.0.2
Author:
Michael J. Simons