T
- Type of items emitted.public static final class SourceWrappers.SingleSource<T> extends SubscribableSingle<T> implements javax.xml.transform.Source
Single
that is also a Source
.SingleSource.Processor<T,R>, SingleSource.Subscriber<T>
Constructor and Description |
---|
SingleSource(Single<T> original)
Creates a new
SourceWrappers.SingleSource instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSystemId() |
protected void |
handleSubscribe(SingleSource.Subscriber<? super T> subscriber)
Handles a subscriber to this
Single . |
void |
setSystemId(java.lang.String systemId) |
subscribe
afterCancel, afterFinally, afterOnError, afterOnSubscribe, afterOnSuccess, afterSubscriber, beforeCancel, beforeFinally, beforeOnError, beforeOnSubscribe, beforeOnSuccess, beforeSubscriber, collectUnordered, collectUnordered, collectUnordered, collectUnordered, collectUnorderedDelayError, collectUnorderedDelayError, collectUnorderedDelayError, collectUnorderedDelayError, concat, concat, concat, defer, failed, flatMap, flatMapCompletable, flatMapPublisher, fromCallable, fromFuture, fromStage, fromSupplier, idleTimeout, idleTimeout, idleTimeout, idleTimeout, ignoreElement, liftAsync, liftSync, map, never, publishAndSubscribeOn, publishAndSubscribeOnOverride, publishOn, publishOnOverride, recoverWith, repeat, repeatWhen, retry, retryWhen, subscribe, subscribeInternal, subscribeOn, subscribeOnOverride, subscribeShareContext, succeeded, toCompletable, toCompletionStage, toFuture, toPublisher, whenCancel, whenFinally, whenOnError, whenOnSubscribe, whenOnSuccess, whenSubscriber
public SingleSource(Single<T> original)
SourceWrappers.SingleSource
instance.original
- the original Single
to wrap.protected void handleSubscribe(SingleSource.Subscriber<? super T> subscriber)
Single
Single
.handleSubscribe
in class Single<T>
subscriber
- the subscriber.public void setSystemId(java.lang.String systemId)
setSystemId
in interface javax.xml.transform.Source
@Nullable public java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.Source