Class UserQueryStreams

java.lang.Object
net.lightapi.portal.user.query.UserQueryStreams
All Implemented Interfaces:
com.networknt.kafka.streams.LightStreams

public class UserQueryStreams extends Object implements com.networknt.kafka.streams.LightStreams
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static net.lightapi.portal.db.PortalDbProvider
     

    Fields inherited from interface com.networknt.kafka.streams.LightStreams

    WAIT_THRESHOLD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    start(String ip, int port)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.networknt.kafka.streams.LightStreams

    getAllKafkaValue, getKafkaValueByKey, registerModule, startStream
  • Field Details

    • dbProvider

      public static net.lightapi.portal.db.PortalDbProvider dbProvider
  • Constructor Details

    • UserQueryStreams

      public UserQueryStreams()
  • Method Details

    • start

      public void start(String ip, int port)
      Specified by:
      start in interface com.networknt.kafka.streams.LightStreams
    • close

      public void close()
      Specified by:
      close in interface com.networknt.kafka.streams.LightStreams