Class OutOperation

java.lang.Object
org.springframework.data.mongodb.core.aggregation.OutOperation
All Implemented Interfaces:
AggregationOperation

public class OutOperation extends Object implements AggregationOperation
Encapsulates the $out-operation.

We recommend to use the static factory method Aggregation.out(String) instead of creating instances of this class directly.

Author:
Nikolay Bogdanov, Christoph Strobl, Hyunsang Han
See Also: