Pipeline.syncAndReturnAll

Synchronize pipeline by reading all responses. This operation close the pipeline. Whenever possible try to avoid using this version and use Pipeline.sync() as it won't go through all the responses and generate the right response type (usually it is a waste of time). @return A list of all the responses in the order you executed them.

class Pipeline
List!(Object)
syncAndReturnAll
()

Meta