Class SftpOutboundGatewaySpec

java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<SftpOutboundGatewaySpec, AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry>>
org.springframework.integration.dsl.MessageHandlerSpec<SftpOutboundGatewaySpec, AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry>>
org.springframework.integration.file.dsl.RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpOutboundGatewaySpec>
org.springframework.integration.sftp.dsl.SftpOutboundGatewaySpec
All Implemented Interfaces:
DisposableBean, FactoryBean<AbstractRemoteFileOutboundGateway<org.apache.sshd.sftp.client.SftpClient.DirEntry>>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration

public class SftpOutboundGatewaySpec extends RemoteFileOutboundGatewaySpec<org.apache.sshd.sftp.client.SftpClient.DirEntry, SftpOutboundGatewaySpec>
Since:
5.0
Author:
Artem Bilan, Gary Russell