Uses of Interface
com.mulesoft.connectors.mcp.internal.server.connection.observer.SessionObserver
Packages that use SessionObserver
-
Uses of SessionObserver in com.mulesoft.connectors.mcp.internal.server.connection.provider
Methods in com.mulesoft.connectors.mcp.internal.server.connection.provider that return types with arguments of type SessionObserverModifier and TypeMethodDescriptionprotected Optional<SessionObserver>BaseServerTransportProvider.getSessionObserver()Methods in com.mulesoft.connectors.mcp.internal.server.connection.provider with parameters of type SessionObserverModifier and TypeMethodDescriptionvoidBaseServerTransportProvider.onNewSession(SessionObserver observer) Register an observer when a new session is created.