public static interface CallManager.ManyCaller<R> extends CallManager.EndpointDefiner
Modifier and Type | Method and Description |
---|---|
java.util.stream.Stream<R> |
call()
Sends the parameter input to an endpoint module that can respond with multiple values.
|
java.util.stream.Stream<R> |
call(CallManager.CallArgs args)
Sends the parameter input to an endpoint module that can respond with multiple values.
|
args, args, getEndpointPath, getParamdefs, getReturndef, isSessionRequired
java.util.stream.Stream<R> call()
java.util.stream.Stream<R> call(CallManager.CallArgs args)
args
- the parameter input for the callCopyright © 2013-2018 MarkLogic Corporation.