Class ConnectionManager
java.lang.Object
io.quarkiverse.mcp.server.runtime.ConnectionManager
- All Implemented Interfaces:
Iterable<McpConnectionBase>
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionManager(io.vertx.core.Vertx vertx, ResponseHandlers responseHandlers, McpServersRuntimeConfig servers, McpMetadata metadata) -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(McpConnectionBase connection) static Stringbooleaniterator()booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConnectionManager
public ConnectionManager(io.vertx.core.Vertx vertx, ResponseHandlers responseHandlers, McpServersRuntimeConfig servers, McpMetadata metadata)
-
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<McpConnectionBase>
-
has
-
get
-
add
-
remove
-
connectionId
-