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