T
- Type of items emitted.public static final class SourceWrappers.PublisherSource<T> extends SubscribablePublisher<T> implements javax.xml.transform.Source
Publisher
that is also a Source
.PublisherSource.Subscriber<T>, PublisherSource.Subscription
Constructor and Description |
---|
PublisherSource(Publisher<T> original)
Creates a new
SourceWrappers.PublisherSource instance. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSystemId() |
protected void |
handleSubscribe(PublisherSource.Subscriber<? super T> subscriber)
Handles a subscriber to this
Publisher . |
void |
setSystemId(java.lang.String systemId) |
subscribe
afterCancel, afterFinally, afterOnComplete, afterOnError, afterOnNext, afterOnSubscribe, afterRequest, afterSubscriber, afterSubscription, beforeCancel, beforeFinally, beforeOnComplete, beforeOnError, beforeOnNext, beforeOnSubscribe, beforeRequest, beforeSubscriber, beforeSubscription, collect, concat, concat, concat, defer, empty, failed, filter, firstOrElse, firstOrError, flatMapCompletable, flatMapCompletable, flatMapCompletableDelayError, flatMapCompletableDelayError, flatMapConcatIterable, flatMapMergeSingle, flatMapMergeSingle, flatMapMergeSingleDelayError, flatMapMergeSingleDelayError, forEach, from, from, fromBlockingIterable, fromInputStream, fromIterable, groupBy, groupBy, groupToMany, groupToMany, idleTimeout, idleTimeout, idleTimeout, idleTimeout, ignoreElements, liftAsync, liftSync, liftSyncToSingle, map, multicastToExactly, multicastToExactly, never, publishAndSubscribeOn, publishAndSubscribeOnOverride, publishOn, publishOnOverride, recoverWith, repeat, repeatWhen, retry, retryWhen, subscribeInternal, subscribeOn, subscribeOnOverride, subscribeShareContext, takeAtMost, takeUntil, takeWhile, toCompletionStage, toCompletionStage, toFuture, toFuture, toInputStream, toInputStream, toIterable, toIterable, whenCancel, whenFinally, whenOnComplete, whenOnError, whenOnNext, whenOnSubscribe, whenRequest, whenSubscriber, whenSubscription
public PublisherSource(Publisher<T> original)
SourceWrappers.PublisherSource
instance.original
- the original Publisher
to wrap.protected void handleSubscribe(PublisherSource.Subscriber<? super T> subscriber)
Publisher
Publisher
.handleSubscribe
in class Publisher<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