Uses of Class
com.mulesoft.connectors.a2a.internal.server.agent.push.EffectivePushNotificationConfig
Packages that use EffectivePushNotificationConfig
Package
Description
-
Uses of EffectivePushNotificationConfig in com.mulesoft.connectors.a2a.internal.protocol
Methods in com.mulesoft.connectors.a2a.internal.protocol that return EffectivePushNotificationConfigMethods in com.mulesoft.connectors.a2a.internal.protocol with parameters of type EffectivePushNotificationConfigModifier and TypeMethodDescriptionA2AProtocolSerializer.transformPushNotificationConfigResponse(String taskId, EffectivePushNotificationConfig pushConfig) Transforms push notification config data into the proper response format.Method parameters in com.mulesoft.connectors.a2a.internal.protocol with type arguments of type EffectivePushNotificationConfigModifier and TypeMethodDescriptionA2AProtocolSerializer.transformPushNotificationConfigListResponse(String taskId, List<EffectivePushNotificationConfig> pushConfigs) Transforms push notification configs data into the proper response format. -
Uses of EffectivePushNotificationConfig in com.mulesoft.connectors.a2a.internal.server.agent
Methods in com.mulesoft.connectors.a2a.internal.server.agent that return types with arguments of type EffectivePushNotificationConfigMethod parameters in com.mulesoft.connectors.a2a.internal.server.agent with type arguments of type EffectivePushNotificationConfigModifier and TypeMethodDescriptionRequestHandlerContext.Builder.onSetPushNotificationConfigHandler(Function<RpcRequestContext, CompletableFuture<EffectivePushNotificationConfig>> handler) voidServerAgent.setPushNotificationHandler(Function<RpcRequestContext, CompletableFuture<EffectivePushNotificationConfig>> handler) -
Uses of EffectivePushNotificationConfig in com.mulesoft.connectors.a2a.internal.server.agent.push
Methods in com.mulesoft.connectors.a2a.internal.server.agent.push that return EffectivePushNotificationConfig -
Uses of EffectivePushNotificationConfig in com.mulesoft.connectors.a2a.internal.server.agent.repository
Methods in com.mulesoft.connectors.a2a.internal.server.agent.repository that return types with arguments of type EffectivePushNotificationConfigMethods in com.mulesoft.connectors.a2a.internal.server.agent.repository with parameters of type EffectivePushNotificationConfigModifier and TypeMethodDescriptionvoidTaskRepositoryItem.addPushNotificationConfig(EffectivePushNotificationConfig config) Method parameters in com.mulesoft.connectors.a2a.internal.server.agent.repository with type arguments of type EffectivePushNotificationConfigModifier and TypeMethodDescriptionvoidTaskRepositoryItem.setPushNotificationConfigs(List<EffectivePushNotificationConfig> pushNotificationConfigs) Constructor parameters in com.mulesoft.connectors.a2a.internal.server.agent.repository with type arguments of type EffectivePushNotificationConfigModifierConstructorDescriptionTaskRepositoryItem(String taskJson, List<EffectivePushNotificationConfig> pushNotificationConfigs)