SDK DMF Support - from declarative to imperative - to support host per tenant (#1709)
Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -34,5 +34,22 @@ public class Tenant {
|
||||
@Nullable
|
||||
private String gatewayToken;
|
||||
|
||||
// amqp settings (if DMF is used)
|
||||
@Nullable
|
||||
private DMF dmf;
|
||||
|
||||
private boolean downloadAuthenticationEnabled = true;
|
||||
|
||||
@Data
|
||||
@ToString
|
||||
public static class DMF {
|
||||
|
||||
@Nullable
|
||||
private String virtualHost;
|
||||
@Nullable
|
||||
private String username;
|
||||
@Nullable
|
||||
@ToString.Exclude
|
||||
private String password;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user