Class GcsRemoteFileTemplate
- java.lang.Object
-
- org.springframework.integration.file.remote.RemoteFileTemplate<BlobInfo>
-
- com.google.cloud.spring.storage.integration.GcsRemoteFileTemplate
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.InitializingBean,org.springframework.integration.file.remote.RemoteFileOperations<BlobInfo>
public class GcsRemoteFileTemplate extends org.springframework.integration.file.remote.RemoteFileTemplate<BlobInfo>
A remote file template for Google Cloud Storage.
-
-
Constructor Summary
Constructors Constructor Description GcsRemoteFileTemplate(org.springframework.integration.file.remote.session.SessionFactory<BlobInfo> sessionFactory)Construct aRemoteFileTemplatewith the supplied session factory.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,C>
TexecuteWithClient(org.springframework.integration.file.remote.ClientCallback<C,T> callback)-
Methods inherited from class org.springframework.integration.file.remote.RemoteFileTemplate
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
-
-
-
-
Constructor Detail
-
GcsRemoteFileTemplate
public GcsRemoteFileTemplate(org.springframework.integration.file.remote.session.SessionFactory<BlobInfo> sessionFactory)
Construct aRemoteFileTemplatewith the supplied session factory.- Parameters:
sessionFactory- the session factory.
-
-