@Singleton @Requires(classes=reactor.core.publisher.Flux.class) public class PublisherToFluxConverter extends Object implements TypeConverter<Publisher,reactor.core.publisher.Flux>
Publisher to a Flux.| Constructor and Description | 
|---|
| PublisherToFluxConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<reactor.core.publisher.Flux> | convert(Publisher object,
       Class<reactor.core.publisher.Flux> targetType,
       ConversionContext context)Converts from the given source object type to the target type. | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconvert, ofpublic Optional<reactor.core.publisher.Flux> convert(Publisher object, Class<reactor.core.publisher.Flux> targetType, ConversionContext context)
TypeConverterOptional.empty()
 in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert in interface TypeConverter<Publisher,reactor.core.publisher.Flux>object - The object typetargetType - The target type being converted tocontext - The ConversionContext