Class DefaultDeleteAllAsyncInterceptor<T>
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,CompletionStage<R>>
 
io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptor<Object,Object>
 
io.micronaut.data.runtime.intercept.async.AbstractCountConvertCompletionStageInterceptor
io.micronaut.data.runtime.intercept.async.DefaultDeleteAllAsyncInterceptor<T>
- Type Parameters:
- T- The declaring type
- All Implemented Interfaces:
- DeleteAllAsyncInterceptor<Object,,- Object> - DataInterceptor<Object,- CompletionStage<Object>> 
public class DefaultDeleteAllAsyncInterceptor<T>
extends AbstractCountConvertCompletionStageInterceptor
implements DeleteAllAsyncInterceptor<Object,Object> 
Default implementation of 
DeleteAllAsyncInterceptor.- Since:
- 1.0.0
- Author:
- graemerocher
- 
Field SummaryFields inherited from class io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptorasyncDatastoreOperations, LIST_OF_OBJECTSFields inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconversionService, operations, preparedQueryResolver
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedDefaultDeleteAllAsyncInterceptor(@NonNull RepositoryOperations datastore) Default constructor.
- 
Method SummaryModifier and TypeMethodDescriptionprotected CompletionStage<?>interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<Object>> context) Intercept CompletionStage.Methods inherited from class io.micronaut.data.runtime.intercept.async.AbstractCountConvertCompletionStageInterceptorinterceptMethods inherited from class io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptorconvertNumberToReturnType, findReturnType, getReturnTypeMethods inherited from class io.micronaut.data.runtime.intercept.AbstractQueryInterceptorconvertOne, convertOne, count, findEntitiesParameter, findEntityParameter, getDeleteAllBatchOperation, getDeleteBatchOperation, getDeleteBatchOperation, getDeleteOperation, getEntitiesParameter, getEntityParameter, getInsertBatchOperation, getInsertBatchOperation, getInsertOperation, getInsertOperation, getPageable, getPagedQuery, getParameterValueMap, getRequiredEntity, getRequiredRootEntity, getUpdateAllBatchOperation, getUpdateOperation, getUpdateOperation, instantiateEntity, isNullable, isNumber, prepareCountQuery, prepareQuery, prepareQuery, prepareQuery, validateNullArgumentsMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micronaut.data.intercept.DataInterceptorintercept
- 
Constructor Details- 
DefaultDeleteAllAsyncInterceptorDefault constructor.- Parameters:
- datastore- The operations
 
 
- 
- 
Method Details- 
interceptCompletionStageprotected CompletionStage<?> interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<Object>> context) Description copied from class:AbstractCountConvertCompletionStageInterceptorIntercept CompletionStage.- Specified by:
- interceptCompletionStagein class- AbstractCountConvertCompletionStageInterceptor
- Parameters:
- methodKey- The method key
- context- The context
- Returns:
- the result publisher
 
 
-