Qosable

public protocol Qosable

Represents an Qosable that is associated with Requestable.

  • qos

    The operation quality of service.

    Declaration

    Swift

    var qos: QualityOfService { get }

Available where Self: Configurable

  • qos Default implementation

    Default Implementation

    configuration.operationQualityOfService

    Declaration

    Swift

    public var qos: QualityOfService { get }