Class UtilsKt
-
- All Implemented Interfaces:
public final class UtilsKt
-
-
Method Summary
Modifier and Type Method Description final static UnitdeployAnnotatedInstances(AgentPlatform $self, AgentMetadataReader agentMetadataReader, Object instances)Convenient method to deploy instances to an agent platform final static StringgetBindingParameterName(String parameterName, RequireNameMatch requireNameMatch)Returns the name of the parameter based on the provided RequireNameMatch. -
-
Method Detail
-
deployAnnotatedInstances
final static Unit deployAnnotatedInstances(AgentPlatform $self, AgentMetadataReader agentMetadataReader, Object instances)
Convenient method to deploy instances to an agent platform
-
getBindingParameterName
final static String getBindingParameterName(String parameterName, RequireNameMatch requireNameMatch)
Returns the name of the parameter based on the provided RequireNameMatch.
-
-
-
-