All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.fallwizard.rabbitmq.mgmt.model.Policy Maven / Gradle / Ivy

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