ProducerEndpointImpl
open class ProducerEndpointImpl<TResult>(referrer: Endpoint, relativeUri: URI, resultType: Class<TResult>) : AbstractRpcEndpoint, ProducerEndpoint<TResult>
RPC endpoint that takes no input and returns TResult as output when invoked.
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.
Constructors
Properties
Functions
Link copied to clipboard
Deserializes an entity using the first serializer that supports the body's content type.
Link copied to clipboard
Link copied to clipboard
Retrieves a link template with a specific relation type.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Registers one or more default links for a specific relation type.
Link copied to clipboard
Registers a default link template for a specific relation type.