Class SimpleFileConsumerEngine

  • All Implemented Interfaces:
    FileConsumerEngine, io.gridgo.connector.support.FormattedMarshallable

    public class SimpleFileConsumerEngine
    extends java.lang.Object
    implements FileConsumerEngine
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()  
      void readAndPublish()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface io.gridgo.connector.support.FormattedMarshallable

        deserialize, serialize
    • Constructor Detail

      • SimpleFileConsumerEngine

        public SimpleFileConsumerEngine​(FileConsumer fileConsumer)
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
        Specified by:
        getFormat in interface io.gridgo.connector.support.FormattedMarshallable