Class BrokerValue

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class BrokerValue
    extends PluginValue
    Custom PluginValue that can efficiently create BrokerImpl instances.
    Since:
    0.9.7
    • Constructor Detail

      • BrokerValue

        public BrokerValue()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(java.lang.String clsName,
                                            java.lang.Class type,
                                            Configuration conf,
                                            boolean fatal)
        Description copied from class: ObjectValue
        Allow subclasses to instantiate additional plugins. This method does not perform configuration.
        Overrides:
        newInstance in class ObjectValue