public class GcsRemoteFileTemplate extends org.springframework.integration.file.remote.RemoteFileTemplate<BlobInfo>
Constructor and Description |
---|
GcsRemoteFileTemplate(org.springframework.integration.file.remote.session.SessionFactory<BlobInfo> sessionFactory)
Construct a
RemoteFileTemplate with the supplied session factory. |
Modifier and Type | Method and Description |
---|---|
<T,C> T |
executeWithClient(org.springframework.integration.file.remote.ClientCallback<C,T> callback) |
afterPropertiesSet, append, append, execute, exists, get, get, getDirectoryExpressionProcessor, getRemoteFileSeparator, getSession, getSessionFactory, getTemporaryFileSuffix, invoke, isUseTemporaryFileName, list, remove, rename, send, send, setAutoCreateDirectory, setBeanFactory, setCharset, setFileNameExpression, setFileNameGenerator, setRemoteDirectoryExpression, setRemoteFileSeparator, setTemporaryFileSuffix, setTemporaryRemoteDirectoryExpression, setUseTemporaryFileName
public GcsRemoteFileTemplate(org.springframework.integration.file.remote.session.SessionFactory<BlobInfo> sessionFactory)
RemoteFileTemplate
with the supplied session factory.sessionFactory
- the session factory.Copyright © 2021. All rights reserved.