Annotation Type Connector


  • @Qualifier
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Connector
    Qualifier used on connector implementations to indicate the associated underlying transport.

    The value indicates the name associated with the bean implementing either IncomingConnectorFactory or OutgoingConnectorFactory or both.

    Note that the given name is a user-facing interface used in the configuration.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value