io.github.fallwizard.rabbitmq.mgmt.model.Parameters 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;
import java.util.Map;
/**
* @author Richard Clayton (Berico Technologies)
*/
public class Parameters {
public static class StringParameter extends Parameter {}
public static class ObjectParameter extends Parameter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy