Class SFlowConverter

  • All Implemented Interfaces:
    Converter<org.bson.BsonDocument>

    public class SFlowConverter
    extends java.lang.Object
    implements Converter<org.bson.BsonDocument>
    • Constructor Summary

      Constructors 
      Constructor Description
      SFlowConverter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Flow> convert​(org.bson.BsonDocument packet, java.time.Instant receivedAt)  
      • Methods inherited from class java.lang.Object

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

      • SFlowConverter

        public SFlowConverter()
    • Method Detail

      • convert

        public java.util.List<Flow> convert​(org.bson.BsonDocument packet,
                                            java.time.Instant receivedAt)
        Specified by:
        convert in interface Converter<org.bson.BsonDocument>