Class ListPrefixesUtil.ListHandlesAccumulator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<java.lang.String> handlesList  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handleResponse​(AbstractResponse response)
      This is called when a message has been received and needs to be handled.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • handlesList

        public java.util.List<java.lang.String> handlesList
    • Constructor Detail

      • ListHandlesAccumulator

        public ListHandlesAccumulator()