Annotation Interface RemotingService


@Target(TYPE) @Retention(RUNTIME) @Component public @interface RemotingService
Author:
kimchy
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Sets the service exporter bean that it should register with.
    The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
  • Element Details

    • value

      String value
      The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
      Returns:
      the suggested component name, if any
      Default:
      ""
    • exporter

      String exporter
      Sets the service exporter bean that it should register with. This is optional as if there is just a single exporter, then it will automatically be used.
      Default:
      ""