Package com.totvs.tjf.messaging
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
-