복수개의 IntegrationFlow를 설정했을 때 테스트 코드 실행시 에러가 날 때
개요 디렉토리에 파일이 생성되는 경우에 감시하는 라이브러리로써 spring-integration을 사용하고 있다. 설정 방법은 간단한데 IntegrationFlow를 반환하는 빈을 설정하면 된다. 복수개의 디렉토리를 감시하는 경우 아래와 같이 복수개로 설정하면 된다. @Bean public IntegrationFlow integrationFlow1() { return IntegrationFlow .from(Files.inboundAdapter(new File("c:/inbound1")) , e -> e.poller(Pollers.fixedDelay(1000).maxMessagesPerPoll(10))) .handle(message -> System.out.println(message.getPayload(..
IT
2024. 4. 12. 20:15
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Postgresql #MultiTruncate
- spring #redis #redis-cluster
- spring-integration
- Python #Powertools
- PostgreSQL #FOR UPDATE #SKIP LOCKED
- springintegration #파일감시 #디렉토리감시 #파일완료검사
- JUnit6
- reverse integer
- pdf.js
- multipleIntegrationFlow
- mybatis @insert값 @update값
- webjar
- logback #logstash #LoggingEventCompositeJsonEncoder #로그JSON
- aws #aws region #aws credential #aws region provider #aws credential provier
- cannotResolveSymbol
- excel table
- leetcode
- QR코드읽기 #ReadQRCode
- add two numbers
- lombok #maven build #sym
- Two Sum
- opencv로qr코드인식
- PostgreSQL #sequnceName
- palindrome number
- AWS #X-Ray
- excel to markdown
- Maven LF #메이븐 개행문자
- SnakeYAML
- 로그파일인덱스
- 로그테스트 #콘솔로그테스트 #System.out
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
글 보관함
