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
channel
GRPCChannel
to the service host.defaultCallOptions
Options to use for each service call if the user doesn’t provide them.
interceptors
A factory providing interceptors for each RPC.