T - the type parameterR - the type parameterpublic class JMConcurrentTransformProcessor<T,R> extends JMTransformProcessor<T,R> implements AutoCloseable
| Constructor and Description |
|---|
JMConcurrentTransformProcessor(java.util.function.BiConsumer<T,JMSubmissionPublisher<? super R>> singlePublisherBiConsumer)
Instantiates a new Jm concurrent transform processor.
|
JMConcurrentTransformProcessor(Executor executor,
int maxBufferCapacity,
java.util.function.BiConsumer<T,JMSubmissionPublisher<? super R>> singlePublisherBiConsumer)
Instantiates a new Jm concurrent transform processor.
|
JMConcurrentTransformProcessor(Executor executor,
int maxBufferCapacity,
TransformerInterface<T,R> transformerInterface)
Instantiates a new Jm concurrent transform processor.
|
JMConcurrentTransformProcessor(int maxBufferCapacity,
java.util.function.BiConsumer<T,JMSubmissionPublisher<? super R>> singlePublisherBiConsumer)
Instantiates a new Jm concurrent transform processor.
|
JMConcurrentTransformProcessor(int maxBufferCapacity,
TransformerInterface<T,R> transformerInterface)
Instantiates a new Jm concurrent transform processor.
|
JMConcurrentTransformProcessor(TransformerInterface<T,R> transformerInterface)
Instantiates a new Jm concurrent transform processor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
subscribe(<any> subscriber) |
getSingleInputPublisherBiConsumer, onComplete, onError, onNext, onSubscribeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsubscribeAndReturnconsumeWith, subscribeAndReturn, subscribeWithpublic JMConcurrentTransformProcessor(TransformerInterface<T,R> transformerInterface)
transformerInterface - the transformer interfacepublic JMConcurrentTransformProcessor(int maxBufferCapacity,
TransformerInterface<T,R> transformerInterface)
maxBufferCapacity - the max buffer capacitytransformerInterface - the transformer interfacepublic JMConcurrentTransformProcessor(Executor executor, int maxBufferCapacity, TransformerInterface<T,R> transformerInterface)
executor - the executormaxBufferCapacity - the max buffer capacitytransformerInterface - the transformer interfacepublic JMConcurrentTransformProcessor(java.util.function.BiConsumer<T,JMSubmissionPublisher<? super R>> singlePublisherBiConsumer)
singlePublisherBiConsumer - the single publisher bi consumerpublic JMConcurrentTransformProcessor(int maxBufferCapacity,
java.util.function.BiConsumer<T,JMSubmissionPublisher<? super R>> singlePublisherBiConsumer)
maxBufferCapacity - the max buffer capacitysinglePublisherBiConsumer - the single publisher bi consumerpublic JMConcurrentTransformProcessor(Executor executor, int maxBufferCapacity, java.util.function.BiConsumer<T,JMSubmissionPublisher<? super R>> singlePublisherBiConsumer)
executor - the executormaxBufferCapacity - the max buffer capacitysinglePublisherBiConsumer - the single publisher bi consumerpublic void subscribe(<any> subscriber)
subscribe in class JMTransformProcessor<T,R>public void close()
close in interface AutoCloseableCopyright © 2018. All rights reserved.