Module jdk.dynalink

Interface LinkRequest

All Known Implementing Classes:
SimpleLinkRequest

public interface LinkRequest
Represents a request to link a particular invocation at a particular call site. Instances of these requests will be constructed and passed to all GuardingDynamicLinker objects managed by the DynamicLinker that is trying to link the call site.
Since:
9