Add missed import to IntegrationFlowTests

Signed-off-by: Artem Bilan <artem.bilan@broadcom.com>
This commit is contained in:
Artem Bilan
2025-02-15 23:11:12 -05:00
committed by GitHub
parent cc6472cf31
commit 23477afe2c

View File

@@ -95,6 +95,7 @@ import org.springframework.messaging.SubscribableChannel;
import org.springframework.messaging.support.ChannelInterceptor;
import org.springframework.messaging.support.GenericMessage;
import org.springframework.scheduling.TaskScheduler;
import org.springframework.scheduling.concurrent.SimpleAsyncTaskScheduler;
import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
import org.springframework.stereotype.Component;