Class SokletConfig

java.lang.Object
com.soklet.SokletConfig

@ThreadSafe public final class SokletConfig extends Object
Defines how a Soklet system is configured.

Threadsafe instances can be acquired via one of the builder factory methods such as withHttpServer(HttpServer), withSseServer(SseServer), or withMcpServer(McpServer).

Author:
Mark Allen