Class AgentConnectionConfigImpl
java.lang.Object
com.flowable.agent.engine.impl.management.connection.AgentConnectionConfigImpl
- All Implemented Interfaces:
AgentConnectionConfig
- Author:
- Prathamesh Mane
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAny other connection configuration properties.voidsetAiVendor(String aiVendor) voidsetAuthentication(AgentConnectionAuthentication authentication) voidsetProperty(String key, Object value)
-
Field Details
-
aiVendor
-
authentication
-
properties
-
-
Constructor Details
-
AgentConnectionConfigImpl
public AgentConnectionConfigImpl()
-
-
Method Details
-
getAiVendor
- Specified by:
getAiVendorin interfaceAgentConnectionConfig
-
setAiVendor
-
getAuthentication
- Specified by:
getAuthenticationin interfaceAgentConnectionConfig
-
setAuthentication
-
getProperties
Description copied from interface:AgentConnectionConfigAny other connection configuration properties.- Specified by:
getPropertiesin interfaceAgentConnectionConfig
-
setProperty
-