
io.github.fallwizard.rabbitmq.mgmt.model.Policy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rabbitmq-mgmt Show documentation
Show all versions of rabbitmq-mgmt Show documentation
Manage your RabbitMQ services programmatically
The newest version!
package io.github.fallwizard.rabbitmq.mgmt.model;
/**
* @author Richard Clayton (Berico Technologies)
*/
public class Policy extends BasePolicy {
public static Builder builder(){ return new Builder(); }
public static class Builder extends BasePolicy.Builder{
public Builder() { super(new Policy()); }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy