ProducerEndpointImpl
Parameters
referrer
The endpoint used to navigate to this one.
relativeUri
The URI of this endpoint relative to the referrer's. Add a ./ prefix here to imply a trailing slash on referrer's URI.
resultType
The type of entity the endpoint returns as output.
TResult
The type of entity the endpoint returns as output.
Creates a new producer endpoint.
Parameters
referrer
The endpoint used to navigate to this one.
relativeUri
The URI of this endpoint relative to the referrer's. Add a ./ prefix here to imply a trailing slash on referrer's URI.
resultType
The type of entity the endpoint returns as output.