| Package | Description |
|---|---|
| kr.jm.utils.flow.processor | |
| kr.jm.utils.flow.publisher |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
JMTransformProcessorInterface<T,R> |
The interface Jm transform processor interface.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JMConcurrentTransformProcessor<T,R> |
The type Jm concurrent transform processor.
|
class |
JMTransformProcessor<T,R> |
The type Jm transform processor.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
JMSubmissionPublisherInterface<T> |
The interface Jm submission publisher interface.
|
interface |
StringListSubmissionPublisherInterface |
The interface String list submission publisher interface.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BulkSubmissionPublisher<T> |
The type Bulk submission publisher.
|
class |
BulkWaitingSubmissionPublisher<T> |
The type Bulk waiting submission publisher.
|
class |
JMListSubmissionPublisher<T> |
The type Jm list submission publisher.
|
class |
JMSubmissionPublisher<T> |
The type Jm submission publisher.
|
class |
StdInLinePublisher |
The type Std in line publisher.
|
class |
StringBulkSubmissionPublisher |
The type String bulk submission publisher.
|
class |
StringListSubmissionPublisher |
The type String list submission publisher.
|
class |
SubmissionPublisherImplementsJM<T> |
The type Submission publisher implements jm.
|
class |
WaitingBulkSubmissionPublisher<T> |
The type Waiting bulk submission publisher.
|
class |
WaitingSubmissionPublisher<T> |
The type Waiting submission publisher.
|
| Modifier and Type | Method | Description |
|---|---|---|
default JMPublisherInterface<T> |
JMPublisherInterface.consumeWith(java.util.function.Consumer<T>... consumers) |
Consume with jm publisher interface.
|
default JMPublisherInterface<T> |
JMPublisherInterface.subscribeWith(Flow.Subscriber<T>... subscribers) |
Subscribe with jm publisher interface.
|
Copyright © 2018. All rights reserved.