Class BlotterRecordListener

  • All Implemented Interfaces:
    rx.functions.Action, rx.functions.Action1<java.util.Map<java.lang.String,​java.lang.String>>, rx.functions.Function

    public class BlotterRecordListener
    extends java.lang.Object
    implements rx.functions.Action1<java.util.Map<java.lang.String,​java.lang.String>>
    • Constructor Summary

      Constructors 
      Constructor Description
      BlotterRecordListener​(BlotterItemFactory itemFactory, java.lang.String requestId, com.caplin.datasource.blotter.BlotterChannel channel)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(java.util.Map<java.lang.String,​java.lang.String> fieldValues)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • BlotterRecordListener

        @Inject
        public BlotterRecordListener​(@Nonnull
                                     BlotterItemFactory itemFactory,
                                     @Nonnull
                                     java.lang.String requestId,
                                     @Nonnull
                                     com.caplin.datasource.blotter.BlotterChannel channel)
    • Method Detail

      • call

        public void call​(@Nonnull
                         java.util.Map<java.lang.String,​java.lang.String> fieldValues)
        Specified by:
        call in interface rx.functions.Action1<java.util.Map<java.lang.String,​java.lang.String>>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object