Skip to content

Outbound Channel Adapter documentation correction #3216

@zachshutters

Description

@zachshutters

Reference documentation for configuring an outbound file adapter using java configuration or java dsl incorrectly says inbound adapter instead of outbound adapter.

https://docs.spring.io/spring-integration/docs/5.2.3.RELEASE/reference/html/file.html#configuring-with-java-configuration-2

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions