Documentation ¶
Index ¶
- func NewAdminClient(client admin.Client, policy backoff.RetryPolicy, ...) admin.Client
- func NewFrontendClient(client frontend.Client, policy backoff.RetryPolicy, ...) frontend.Client
- func NewHistoryClient(client history.Client, policy backoff.RetryPolicy, ...) history.Client
- func NewMatchingClient(client matching.Client, policy backoff.RetryPolicy, ...) matching.Client
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAdminClient ¶
func NewAdminClient(client admin.Client, policy backoff.RetryPolicy, isRetryable backoff.IsRetryable) admin.Client
NewAdminClient creates a new instance of adminClient with retry policy
func NewFrontendClient ¶
func NewFrontendClient(client frontend.Client, policy backoff.RetryPolicy, isRetryable backoff.IsRetryable) frontend.Client
NewFrontendClient creates a new instance of frontendClient with retry policy
func NewHistoryClient ¶
func NewHistoryClient(client history.Client, policy backoff.RetryPolicy, isRetryable backoff.IsRetryable) history.Client
NewHistoryClient creates a new instance of historyClient with retry policy
func NewMatchingClient ¶
func NewMatchingClient(client matching.Client, policy backoff.RetryPolicy, isRetryable backoff.IsRetryable) matching.Client
NewMatchingClient creates a new instance of matchingClient with retry policy
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.