-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Reference documentation for configuring an outbound file adapter using java configuration or java dsl incorrectly says inbound adapter instead of outbound adapter.
Current State:
==== Configuring with Java Configuration
The following Spring Boot application shows an example of how to configure the inbound adapter with Java configuration:
==== Configuring with the Java DSL
The following Spring Boot application shows an example of how to configure the inbound adapter with the Java DSL:
Proposed new state:
==== Configuring with Java Configuration
The following Spring Boot application shows an example of how to configure the outbound adapter with Java configuration:
==== Configuring with the Java DSL
The following Spring Boot application shows an example of how to configure the outbound adapter with the Java DSL: