Interface ClientInterface

All Superinterfaces:
AutoCloseable, Closeable, LoggingCapable, ObfuscationCapable
All Known Implementing Classes:
Client

public interface ClientInterface extends Closeable, LoggingCapable, ObfuscationCapable
Payment platform client.

This client and all its child clients are bound to one specific value for the X-GCS-ClientMetaInfo header. To get a new client with a different header value, use withClientMetaInfo(String).

Thread-safe.