Skyle_SkyleClient
public final class Skyle_SkyleClient : Skyle_SkyleClientProtocol
extension Skyle_SkyleClient: @unchecked Sendable
Undocumented
-
Declaration
Swift
public let channel: GRPCChannel -
Declaration
Swift
public var defaultCallOptions: CallOptions { get set } -
Undocumented
Declaration
Swift
public var interceptors: Skyle_SkyleClientInterceptorFactoryProtocol? { get set } -
Creates a client for the Skyle.Skyle service.
Declaration
Swift
public init( channel: GRPCChannel, defaultCallOptions: CallOptions = CallOptions(), interceptors: Skyle_SkyleClientInterceptorFactoryProtocol? = nil )Parameters
channelGRPCChannelto the service host.defaultCallOptionsOptions to use for each service call if the user doesn’t provide them.
interceptorsA factory providing interceptors for each RPC.