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 NewRPCClientFactory ¶ added in v0.3.2
func NewRPCClientFactory(df common.RPCFactory, monitor membership.Monitor, metricsClient metrics.Client, numberOfHistoryShards int) Factory
NewRPCClientFactory creates an instance of client factory that knows how to dispatch RPC calls.
Click to show internal directories.
Click to hide internal directories.