Initializes the stateful properties of the
endpoint prior to the first call to the endpoint. The endpoint
returns the state as the first value in the response. The caller
resends the modified state on the next call to the endpoint.
Parameters:
endpointState - the data structure for the
endpoint state in a representation supported by a bufferable
content handle
Initializes the stateful properties of the
endpoint prior to the first call to the endpoint. The endpoint
returns the state as the first value in the response. The caller
resends the modified state on the next call to the endpoint.
Parameters:
endpointState - the data structure for the
endpoint state in a representation supported by a bufferable
content handle
Sets the constant inputs prior to the first call
to the endpoint. Examples of such constants might include the query
when paging over a result set or the provenance when ingesting
records.
Parameters:
constants - the data structure in a representation
supported by a bufferable content handle
Sets the constant inputs prior to the first call
to the endpoint. Examples of such constants might include the query
when paging over a result set or the provenance when ingesting
records.
Parameters:
constants - the data structure in a representation
supported by a bufferable content handle