Class FieldsUpdater

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BLOCK  
    • Constructor Summary

      Constructors 
      Constructor Description
      FieldsUpdater()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void updateFields​(java.lang.String subject, java.util.Map<java.lang.String,​java.lang.String> fields, CustomFieldValues customFieldValues)
      Updates fields in place.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FieldsUpdater

        public FieldsUpdater()
    • Method Detail

      • updateFields

        public void updateFields​(java.lang.String subject,
                                 java.util.Map<java.lang.String,​java.lang.String> fields,
                                 CustomFieldValues customFieldValues)
        Description copied from interface: BlotterRecordFieldsUpdater

        Updates fields in place.

        Use this method to modify the fields map. This method will be called once per blotter record before publication to a blotter.

        Specified by:
        updateFields in interface BlotterRecordFieldsUpdater