QueryAutoConfiguration

Query AutoConfiguration .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean(value = ["snapshotQueryErrorHandler"])
@ConditionalOnMissingBean(name = ["snapshotQueryErrorHandler"])
fun snapshotQueryErrorHandler(): ErrorHandler<SnapshotQueryContext<*, *, *>>
Link copied to clipboard
Link copied to clipboard
@Bean
fun snapshotQueryHandler(@Qualifier(value = "snapshotQueryFilterChain") chain: FilterChain<SnapshotQueryContext<*, *, *>>, @Qualifier(value = "snapshotQueryErrorHandler") queryErrorHandler: ErrorHandler<SnapshotQueryContext<*, *, *>>): SnapshotQueryHandler
Link copied to clipboard
@Bean
fun tailSnapshotQueryFilter(snapshotQueryServiceFactory: ObjectProvider<SnapshotQueryServiceFactory>): TailSnapshotQueryFilter<Any>