T
- return type of the operation.public interface StreamInvocable<T>
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<T> |
invoke()
Streaming method.
|
org.reactivestreams.Publisher<T> |
invoke(InvocationConfig config)
Streaming method with
InvocationConfig . |
org.reactivestreams.Publisher<T> invoke()
Publisher
which holds the result of the operation invocation.org.reactivestreams.Publisher<T> invoke(InvocationConfig config)
InvocationConfig
.invocationConfig
- used for the operation invocation.Publisher
which holds the result of the operation invocation.