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
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.