Interface InternalCancellableConnection

  • All Superinterfaces:
    InternalProtocolInterface

    public interface InternalCancellableConnection
    extends InternalProtocolInterface
    Mixed into a provider connection, to allow tooling models to be requested by the client and to run client-provided actions (including builds) with cancellation support.

    DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.

    Consumer compatibility: This interface is used by all consumer versions from 2.1-rc-1.

    Provider compatibility: This interface is implemented by all provider versions from 2.1-rc-1. Methods have different version compatibilities.

    Since:
    2.1-rc-1
    See Also:
    InternalParameterAcceptingConnection, ConnectionVersion4