복수개의 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
- logback #logstash #LoggingEventCompositeJsonEncoder #로그JSON
- leetcode
- 로그테스트 #콘솔로그테스트 #System.out
- Two Sum
- spring-integration
- AWS #X-Ray
- excel table
- multipleIntegrationFlow
- springintegration #파일감시 #디렉토리감시 #파일완료검사
- excel to markdown
- mybatis @insert값 @update값
- PostgreSQL #FOR UPDATE #SKIP LOCKED
- QR코드읽기 #ReadQRCode
- SnakeYAML
- json
- Postgresql #MultiTruncate
- reverse integer
- 로그파일인덱스
- yaml
- aws #aws region #aws credential #aws region provider #aws credential provier
- Maven LF #메이븐 개행문자
- Python #Powertools
- cannotResolveSymbol
- lombok #maven build #sym
- PostgreSQL #sequnceName
- opencv로qr코드인식
- add two numbers
- palindrome number
- spring #redis #redis-cluster
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함