Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ open class DgsSpringGraphQLAutoConfiguration(
* Defaults to [Dispatchers.Unconfined] which runs coroutines immediately on the calling thread.
* Override this bean to customize the dispatcher for your specific use case.
*/
@Bean
@Bean(defaultCandidate = false)
@Qualifier("dgsCoroutineDispatcher")
@ConditionalOnMissingBean(name = ["dgsCoroutineDispatcher"])
open fun dgsCoroutineDispatcher(): CoroutineDispatcher = Dispatchers.Unconfined
Expand Down
Loading