Class BrokerFactoryValue

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class BrokerFactoryValue
    extends PluginValue
    Value type used to represent the BrokerFactory. This type is defined separately so that it can be used both in the global configuration and in Bootstrap with the same encapsulated configuration.
    • Constructor Detail

      • BrokerFactoryValue

        public BrokerFactoryValue()
    • Method Detail

      • get

        public static java.lang.Object get​(ConfigurationProvider cp)
        Extract the value of this property if set in the given provider.
      • set

        public static void set​(ConfigurationProvider cp,
                               java.lang.String value)
        Set the value of this property in the given provider.