public class DestinationFromSwitch extends Object implements Destination
| Modifier and Type | Field and Description |
|---|---|
protected Destination |
destination |
| Constructor and Description |
|---|
DestinationFromSwitch() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationStatus()
Get a description of the creation status.
|
Destination |
getDestination() |
io.reactivex.rxjava3.core.Single<DestinationFromFile> |
materialize(Supplier<Path> preferredPathCallback)
Materialize the destination to a given file.
|
io.reactivex.rxjava3.core.Single<InputStreamSupplier> |
prepareStream()
This method requests a supplier for inputstreams.
|
FilterConfig |
transferTo(FilterEngine engine) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelCreationprotected Destination destination
public Destination getDestination()
public io.reactivex.rxjava3.core.Single<InputStreamSupplier> prepareStream()
DestinationprepareStream in interface Destinationpublic FilterConfig transferTo(FilterEngine engine)
transferTo in interface Destinationpublic io.reactivex.rxjava3.core.Single<DestinationFromFile> materialize(Supplier<Path> preferredPathCallback) throws IOException
Destinationmaterialize in interface DestinationIOExceptionpublic String getCreationStatus()
DestinationgetCreationStatus in interface DestinationCopyright © 2020. All rights reserved.