Class BaseA2AClient
java.lang.Object
com.flowable.agent.engine.impl.model.a2a.client.BaseA2AClient
- All Implemented Interfaces:
A2AClient
- Direct Known Subclasses:
JsonRpcA2AClient,RestA2AClient
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.flowable.agent.engine.impl.model.a2a.client.A2AClient
getTask, sendMessage
-
Field Details
-
TASK_NOT_FOUND_ERROR_CODE
protected static final int TASK_NOT_FOUND_ERROR_CODE- See Also:
-
restClient
-
-
Constructor Details
-
BaseA2AClient
-