Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface { NewHistoryClient() (history.Client, error) NewMatchingClient() (matching.Client, error) }
Factory can be used to create RPC clients for cadence services
func NewTChannelClientFactory ¶
func NewTChannelClientFactory(ch *tchannel.Channel, monitor membership.Monitor, metricsClient metrics.Client, numberOfHistoryShards int) Factory
NewTChannelClientFactory creates an instance of client factory using tchannel
Click to show internal directories.
Click to hide internal directories.