Class StringToQueueConverter

java.lang.Object
org.apache.dubbo.common.convert.multiple.StringToIterableConverter<Queue>
org.apache.dubbo.common.convert.multiple.StringToQueueConverter
All Implemented Interfaces:
Comparable<Prioritized>, MultiValueConverter<String>, StringToMultiValueConverter, Prioritized

public class StringToQueueConverter extends StringToIterableConverter<Queue>
The class to convert String to Deque-based value
Since:
2.7.6
  • Constructor Details

    • StringToQueueConverter

      public StringToQueueConverter(FrameworkModel frameworkModel)