public class GcsSessionFactory extends Object implements org.springframework.integration.file.remote.session.SessionFactory<com.google.cloud.storage.BlobInfo>, org.springframework.integration.file.remote.session.SharedSessionCapable
| Constructor and Description |
|---|
GcsSessionFactory(com.google.cloud.storage.Storage gcs) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.integration.file.remote.session.Session<com.google.cloud.storage.BlobInfo> |
getSession() |
boolean |
isSharedSession() |
void |
resetSharedSession()
Does nothing - this object doesn't need to be reset to be shared.
|
public org.springframework.integration.file.remote.session.Session<com.google.cloud.storage.BlobInfo> getSession()
getSession in interface org.springframework.integration.file.remote.session.SessionFactory<com.google.cloud.storage.BlobInfo>public boolean isSharedSession()
isSharedSession in interface org.springframework.integration.file.remote.session.SharedSessionCapablepublic void resetSharedSession()
resetSharedSession in interface org.springframework.integration.file.remote.session.SharedSessionCapableCopyright © 2023. All rights reserved.