Class DefaultFindStreamInterceptor<T>

java.lang.Object
io.micronaut.data.runtime.intercept.AbstractQueryInterceptor<T,Stream<T>>
io.micronaut.data.runtime.intercept.DefaultFindStreamInterceptor<T>
Type Parameters:
T - The declaring type
All Implemented Interfaces:
DataInterceptor<T,Stream<T>>, FindStreamInterceptor<T>

public class DefaultFindStreamInterceptor<T> extends AbstractQueryInterceptor<T,Stream<T>> implements FindStreamInterceptor<T>
Default implementation of FindStreamInterceptor.
Since:
1.0.0
Author:
graemerocher
  • Constructor Details

    • DefaultFindStreamInterceptor

      public DefaultFindStreamInterceptor(@NonNull @NonNull RepositoryOperations datastore)
      Default constructor.
      Parameters:
      datastore - The operations
  • Method Details