Interface ClientFactory<T>
- All Known Implementing Classes:
NativeJIRAClientFactory
public interface ClientFactory<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetClient(TenantActor tenantActor) Creates a client for the given tenant, which will make requests as the user provided.
-
Method Details
-
getClient
Creates a client for the given tenant, which will make requests as the user provided.- Parameters:
tenantActor- the tenant and user to communicate as- Returns:
- a client to make requests to the tenant's instance
-