2. Smb Adapter

The Spring Integration Smb Adapter provides...

2.1 Java Implementation

Each of the provided components use the org.springframework.integration.smb.session.SmbSession class...

2.2 Common Configuration Attributes

Certain configuration parameters are shared amongst all Smb components and are described below:

auto-startup

Lifecycle attribute signaling if this component should be started during Application Context startup. Defaults to true. Optional.

id

Identifies the underlying Spring bean definition, which is an instance of either EventDrivenConsumer or PollingConsumer. Optional.

2.3 Outbound Channel Adapter

The Smb Outbound channel adapter allows you to...

2.4 Outbound Gateway

Outbound gateways are similar to outbound channel adapters except that it can also be used to get a result on the reply channel after performing the given...

2.5 Inbound Channel Adapter

An inbound channel adapter is used to execute...