Uses of Interface
com.mulesoft.connectors.mcp.internal.server.connection.observer.RpcRequestObserver
Packages that use RpcRequestObserver
-
Uses of RpcRequestObserver 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 RpcRequestObserverModifier and TypeMethodDescriptionprotected Optional<RpcRequestObserver>BaseServerTransportProvider.getRequestObserver()Methods in com.mulesoft.connectors.mcp.internal.server.connection.provider with parameters of type RpcRequestObserverModifier and TypeMethodDescriptionvoidBaseServerTransportProvider.onRPCRequest(RpcRequestObserver observer) Register an observer when a new RPC request is received.