Uses of Enum Class
org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.Option
Package
Description
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting remote file gateways.
-
Uses of AbstractRemoteFileOutboundGateway.Option in org.springframework.integration.file.dsl
Modifier and TypeMethodDescriptionRemoteFileOutboundGatewaySpec.options
(AbstractRemoteFileOutboundGateway.Option... options) Specify the array ofAbstractRemoteFileOutboundGateway.Option
for various gateway commands. -
Uses of AbstractRemoteFileOutboundGateway.Option in org.springframework.integration.file.remote.gateway
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AbstractRemoteFileOutboundGateway.Option.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
AbstractRemoteFileOutboundGateway.setOption
(AbstractRemoteFileOutboundGateway.Option... options) Specify the array of options for various gateway commands.