Skyle_SkyleNIOClient
public struct Skyle_SkyleNIOClient : Skyle_SkyleClientProtocol
Undocumented
-
Declaration
Swift
public var channel: GRPCChannel -
Declaration
Swift
public var defaultCallOptions: CallOptions -
Undocumented
Declaration
Swift
public var interceptors: Skyle_SkyleClientInterceptorFactoryProtocol? -
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.