java.lang.Object
com.flowable.agent.engine.impl.model.a2a.client.BaseA2AClient
All Implemented Interfaces:
A2AClient
Direct Known Subclasses:
JsonRpcA2AClient, RestA2AClient

public abstract class BaseA2AClient extends Object implements A2AClient
Author:
Filip Hrisafov
  • Field Details

    • TASK_NOT_FOUND_ERROR_CODE

      protected static final int TASK_NOT_FOUND_ERROR_CODE
      See Also:
    • restClient

      protected final RestClient restClient
  • Constructor Details

    • BaseA2AClient

      protected BaseA2AClient(RestClient restClient)