public class FileSystemListener extends Object implements org.wso2.transport.remotefilesystem.listener.RemoteFileSystemListener
RemoteFileSystemListener implementation for testing purpose.| Constructor and Description |
|---|
FileSystemListener(io.siddhi.core.stream.input.source.SourceEventListener sourceEventListener,
FileSourceConfiguration fileSourceConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
void |
onError(Throwable throwable) |
boolean |
onMessage(org.wso2.transport.remotefilesystem.message.RemoteFileSystemBaseMessage remoteFileSystemBaseEvent) |
public FileSystemListener(io.siddhi.core.stream.input.source.SourceEventListener sourceEventListener,
FileSourceConfiguration fileSourceConfiguration)
public boolean onMessage(org.wso2.transport.remotefilesystem.message.RemoteFileSystemBaseMessage remoteFileSystemBaseEvent)
onMessage in interface org.wso2.transport.remotefilesystem.listener.RemoteFileSystemListenerpublic void onError(Throwable throwable)
onError in interface org.wso2.transport.remotefilesystem.listener.RemoteFileSystemListenerpublic void done()
done in interface org.wso2.transport.remotefilesystem.listener.RemoteFileSystemListenerCopyright © 2020 WSO2. All rights reserved.