Interface ReactiveAbstractDeleteCoordinator
-
- All Known Implementing Classes:
ReactiveDeleteCoordinator
,ReactiveDeleteCoordinatorSoft
public interface ReactiveAbstractDeleteCoordinator
With this interface we can have multiple delete coordinators that extendAbstractDeleteCoordinator
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
reactiveDelete(Object entity, Object id, Object version, SharedSessionContractImplementor session)
-
-
-
Method Detail
-
reactiveDelete
CompletionStage<Void> reactiveDelete(Object entity, Object id, Object version, SharedSessionContractImplementor session)
-
-