Class BaseClient

java.lang.Object
dev.restate.client.base.BaseClient
All Implemented Interfaces:
Client
Direct Known Subclasses:
JdkClient

public abstract class BaseClient extends Object implements Client
Base client. This can be used to build Client implementations on top with the HTTP client of your choice.