Class CurrentOpOperation

    • Constructor Detail

      • CurrentOpOperation

        public CurrentOpOperation()
        Deprecated.
    • Method Detail

      • execute

        public BsonDocument execute​(ReadBinding binding)
        Deprecated.
        Description copied from interface: ReadOperation
        General execute which can return anything of type T
        Specified by:
        execute in interface ReadOperation<BsonDocument>
        Parameters:
        binding - the binding to execute in the context of
        Returns:
        T, the result of the execution