<PackageReference Include="Relativity.Server.Import.SDK" Version="24000.1.0" />

IKeplerProxy

public interface IKeplerProxy
Proxy for Kepler services.

Provides IServiceProxyFactory and executes call to Kepler service.

Provides IServiceProxyFactory and executes call to Kepler service.

Task<T> ExecuteAsync<T>(Func<IServiceProxyFactory, Task<T>> func, int waitTimeSeconds)

Provides IServiceProxyFactory and executes call to Kepler service.

Provides IServiceProxyFactory and executes call to Kepler service.

Provides IServiceProxyFactory and executes call to Kepler service without any Retry policy.

Task<string> ExecutePostAsync(string endpointAddress, string body)

Provides IServiceProxyFactory Used to provide method for specific api call.