Class ConnectorServiceV1.SingleRequestItemReader<T>

java.lang.Object
com.cognite.client.servicesV1.ConnectorServiceV1.ConnectorBase
com.cognite.client.servicesV1.ConnectorServiceV1.SingleRequestItemReader<T>
All Implemented Interfaces:
ItemReader<T>, Serializable
Enclosing class:
ConnectorServiceV1

public abstract static class ConnectorServiceV1.SingleRequestItemReader<T> extends ConnectorServiceV1.ConnectorBase implements ItemReader<T>
Reads items from the Cognite API. This reader targets API endpoints which complete its operation in a single request.
See Also: