Package | Description |
---|---|
io.vertx.rxjava3.core.file |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<FileSystemProps> |
FileSystemProps.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
FileSystemProps |
FileSystem.fsPropsBlocking(String path)
Blocking version of
FileSystem.fsProps(java.lang.String) |
static FileSystemProps |
FileSystemProps.newInstance(FileSystemProps arg) |
Modifier and Type | Method and Description |
---|---|
Single<FileSystemProps> |
FileSystem.fsProps(String path)
Returns properties of the file-system being used by the specified
path , asynchronously. |
Single<FileSystemProps> |
FileSystem.rxFsProps(String path)
Returns properties of the file-system being used by the specified
path , asynchronously. |
Copyright © 2022 Eclipse. All rights reserved.