Annotation Type WithoutTenant


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface WithoutTenant
    This annotation says that the message will not contain Tenant. With this annotation, if there is Tenant, there will be an exception.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean ignore
      Accept message with tenant
    • Element Detail

      • ignore

        boolean ignore
        Accept message with tenant

        Defalt: false

        Default:
        false