Annotation Type FtpClientConfig
-
@Retention(RUNTIME) @Target(FIELD) public @interface FtpClientConfig
- Since:
- 2.5
- Author:
- Christoph Deppisch
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringactorTest actor.booleanautoReadFilesAuto read filesStringcorrelatorMessage correlator.ErrorHandlingStrategyerrorStrategyError handling strategy.StringhostHost.booleanlocalPassiveModeLocal passive modeStringpasswordPasswordintpollingIntervalPolling interval.intportServer port.longtimeoutTimeout.StringusernameUsername
-
-
-
Element Detail
-
host
String host
Host.- Returns:
- Default:
- "localhost"
-
-
-
username
String username
Username- Returns:
- Default:
- ""
-
-
-
password
String password
Password- Returns:
- Default:
- ""
-
-
-
correlator
String correlator
Message correlator.- Returns:
- Default:
- ""
-
-
-
errorStrategy
ErrorHandlingStrategy errorStrategy
Error handling strategy.- Returns:
- Default:
- com.consol.citrus.message.ErrorHandlingStrategy.PROPAGATE
-
-
-
actor
String actor
Test actor.- Returns:
- Default:
- ""
-
-