@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface AgentProtocol
String used as connection protocol by the Agent Plugin in the Mule
Runtime.
When used in a static method, it will be called for generating the String to be used The signature required for the
method is:
static String methodName();
When used in a static field, the generated value will be injected for the test class to use. Expected field definition is:
static String fieldName;
Copyright © 2022 MuleSoft, Inc.. All rights reserved.