QueryAutoConfiguration

Query AutoConfiguration .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean(value = ["eventStreamQueryErrorHandler"])
@ConditionalOnMissingBean(name = ["eventStreamQueryErrorHandler"])
fun eventStreamQueryErrorHandler(): ErrorHandler<QueryContext<*, *>>
Link copied to clipboard
Link copied to clipboard
@Bean
fun eventStreamQueryHandler(@Qualifier(value = "eventStreamQueryFilterChain") chain: FilterChain<QueryContext<*, *>>, @Qualifier(value = "eventStreamQueryErrorHandler") queryErrorHandler: ErrorHandler<QueryContext<*, *>>): EventStreamQueryHandler
Link copied to clipboard
Link copied to clipboard
@Bean(value = ["snapshotQueryErrorHandler"])
@ConditionalOnMissingBean(name = ["snapshotQueryErrorHandler"])
fun snapshotQueryErrorHandler(): ErrorHandler<QueryContext<*, *>>
Link copied to clipboard
Link copied to clipboard
@Bean
fun snapshotQueryHandler(@Qualifier(value = "snapshotQueryFilterChain") chain: FilterChain<QueryContext<*, *>>, @Qualifier(value = "snapshotQueryErrorHandler") queryErrorHandler: ErrorHandler<QueryContext<*, *>>): SnapshotQueryHandler
Link copied to clipboard
@Bean
fun tailEventStreamQueryFilter(eventStreamQueryServiceFactory: ObjectProvider<EventStreamQueryServiceFactory>): TailEventStreamQueryFilter
Link copied to clipboard
@Bean
fun tailSnapshotQueryFilter(snapshotQueryServiceFactory: ObjectProvider<SnapshotQueryServiceFactory>): TailSnapshotQueryFilter<Any>