JavaScript is disabled on your browser.
C G H M O S
C
com.example - package com.example
G
gcsInboundFileSynchronizer(Storage) - Method in class com.example.GcsSpringIntegrationApplication
A file synchronizer that knows how to connect to the remote file system (GCS) and scan
it for new files and then download the files.
GcsSpringIntegrationApplication - Class in com.example
GcsSpringIntegrationApplication() - Constructor for class com.example.GcsSpringIntegrationApplication
H
handleNewFileFromSynchronizer() - Method in class com.example.GcsSpringIntegrationApplication
A service activator that receives messages produced by the synchronizerAdapter
and simply outputs the file name of each to the console.
M
main(String[]) - Static method in class com.example.GcsSpringIntegrationApplication
O
outboundChannelAdapter(Storage) - Method in class com.example.GcsSpringIntegrationApplication
A service activator that connects to a channel with messages containing
InputStream
payloads and copies the file data to a remote directory on GCS.
S
streamingAdapter(Storage) - Method in class com.example.GcsSpringIntegrationApplication
An inbound channel adapter that polls the remote directory and produces messages with
InputStream
payload that can be used to read the data from remote files.
synchronizerAdapter(GcsInboundFileSynchronizer) - Method in class com.example.GcsSpringIntegrationApplication
An inbound channel adapter that polls the GCS bucket for new files and copies them to
the local filesystem.
C G H M O S
Copyright © 2019 Pivotal Software, Inc. . All rights reserved.