Annotation Interface ConnectionProviders


@MinMuleVersion("4.1") @Target(TYPE) @Retention(RUNTIME) @Documented public @interface ConnectionProviders
Annotation to be used on a Class also annotated with Extension, to list the ConnectionProviders that the extension exposes.
Since:
1.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends org.mule.runtime.api.connection.ConnectionProvider>[]
    An array of classes which implement the ConnectionProvider interface.
  • Element Details

    • value

      Class<? extends org.mule.runtime.api.connection.ConnectionProvider>[] value
      An array of classes which implement the ConnectionProvider interface.
      Returns:
      A not empty array