3#ifndef ICE_BATCH_REQUEST_H
4#define ICE_BATCH_REQUEST_H
27 [[nodiscard]]
virtual int getSize()
const = 0;
virtual int getSize() const =0
Gets the size of the request.
virtual std::string_view getOperation() const =0
Gets the name of the operation.
virtual const ObjectPrx & getProxy() const =0
Gets the proxy used to create this batch request.
virtual void enqueue() const =0
Queues this request.
Represents a batch request.
The base class for all Ice proxies.