Uses of Class
com.mulesoft.connectors.a2a.internal.server.agent.RpcRequestContext
Packages that use RpcRequestContext
Package
Description
-
Uses of RpcRequestContext in com.mulesoft.connectors.a2a.internal.server.agent
Methods in com.mulesoft.connectors.a2a.internal.server.agent that return RpcRequestContextMethods in com.mulesoft.connectors.a2a.internal.server.agent that return types with arguments of type RpcRequestContextModifier and TypeMethodDescriptionRequestHandlerContext.getMessageHandler()RequestHandlerContext.getSetPushNotificationConfigHandler()Methods in com.mulesoft.connectors.a2a.internal.server.agent with parameters of type RpcRequestContextModifier and TypeMethodDescriptionvoidServerAgent.addTracingData(RpcRequestContext context, org.mule.sdk.api.runtime.source.DistributedTraceContextManager traceManager) RequestHandlerContext.Builder.rpcRequestContext(RpcRequestContext rpcRequestContext) Method parameters in com.mulesoft.connectors.a2a.internal.server.agent with type arguments of type RpcRequestContextModifier and TypeMethodDescriptionvoidServerAgent.initServer(ServerConfig config, org.mule.runtime.api.component.location.ComponentLocation listenerComponentLocation, Consumer<RpcRequestContext> onRequest) RequestHandlerContext.Builder.messageHandler(Consumer<RpcRequestContext> onMessage) RequestHandlerContext.Builder.onSetPushNotificationConfigHandler(Function<RpcRequestContext, CompletableFuture<EffectivePushNotificationConfig>> handler) voidServerAgent.setPushNotificationHandler(Function<RpcRequestContext, CompletableFuture<EffectivePushNotificationConfig>> handler) -
Uses of RpcRequestContext in com.mulesoft.connectors.a2a.internal.server.agent.utils
Methods in com.mulesoft.connectors.a2a.internal.server.agent.utils with parameters of type RpcRequestContextModifier and TypeMethodDescriptionstatic voidHandlerUtils.handleInternalError(RpcRequestContext context) Handles internal error by completing the response future with an error response.static voidHandlerUtils.handleInternalError(RpcRequestContext context, Throwable t) Handles internal error by completing the response future with an error response.static voidHandlerUtils.handlePushNotificationNotSupported(RpcRequestContext context) static voidHandlerUtils.handleTaskNotFound(RpcRequestContext context) -
Uses of RpcRequestContext in com.mulesoft.connectors.a2a.internal.server.listener
Methods in com.mulesoft.connectors.a2a.internal.server.listener that return RpcRequestContextModifier and TypeMethodDescriptionprotected RpcRequestContextBaseServerListener.recoverRequestContext(org.mule.sdk.api.runtime.source.SourceCallbackContext context) Methods in com.mulesoft.connectors.a2a.internal.server.listener with parameters of type RpcRequestContextModifier and TypeMethodDescriptionprotected voidBaseServerListener.storeInContext(RpcRequestContext request, org.mule.sdk.api.runtime.source.SourceCallbackContext context)