Annotation Interface ByJms


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface ByJms
Since:
1.0
Author:
Lei Yang
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    Defines an optional bean name by which the proxy interface can be injected.
     
    Supports Spring property placeholder.
  • Element Details

    • name

      String name
      Defines an optional bean name by which the proxy interface can be injected.

      The default name is Class.getSimpleName().

      Returns:
      the bean name of the proxy interface.
      Default:
      ""
    • ttl

      String ttl
      Supports Spring property placeholder.
      Default:
      ""
    • replyTo

      ByJms.To replyTo
      Default:
      @me.ehp246.aufjms.api.annotation.ByJms.To("")
    • connectionFactory

      String connectionFactory
      Default:
      ""