Class DefaultFindAllAsyncInterceptor
java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,CompletionStage<R>>
 
io.micronaut.data.runtime.intercept.async.AbstractAsyncInterceptor<Object,T>
 
io.micronaut.data.runtime.intercept.async.AbstractConvertCompletionStageInterceptor<Iterable<Object>>
io.micronaut.data.runtime.intercept.async.DefaultFindAllAsyncInterceptor
- All Implemented Interfaces:
- FindAllAsyncInterceptor<Object>,- DataInterceptor<Object,- CompletionStage<Iterable<Object>>> 
public class DefaultFindAllAsyncInterceptor
extends AbstractConvertCompletionStageInterceptor<Iterable<Object>>
implements FindAllAsyncInterceptor<Object>
The default implementation of 
FindAllAsyncInterceptor.- 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 SummaryConstructorsModifierConstructorDescriptionprotectedDefaultFindAllAsyncInterceptor(@NonNull RepositoryOperations datastore) Default constructor.
- 
Method SummaryModifier and TypeMethodDescriptionprotected CompletionStage<?>interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<Iterable<Object>>> context) Intercept CompletionStage.Methods inherited from class io.micronaut.data.runtime.intercept.async.AbstractConvertCompletionStageInterceptorinterceptMethods 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- 
DefaultFindAllAsyncInterceptorDefault constructor.- Parameters:
- datastore- The operations
 
 
- 
- 
Method Details- 
interceptCompletionStageprotected CompletionStage<?> interceptCompletionStage(RepositoryMethodKey methodKey, io.micronaut.aop.MethodInvocationContext<Object, CompletionStage<Iterable<Object>>> context) Description copied from class:AbstractConvertCompletionStageInterceptorIntercept CompletionStage.- Specified by:
- interceptCompletionStagein class- AbstractConvertCompletionStageInterceptor<Iterable<Object>>
- Parameters:
- methodKey- The method key
- context- The context
- Returns:
- the result publisher
 
 
-