Class UserQueryStartup

java.lang.Object
net.lightapi.portal.user.query.UserQueryStartup
All Implemented Interfaces:
com.networknt.server.StartupHookProvider

public class UserQueryStartup extends Object implements com.networknt.server.StartupHookProvider
This is the startup hook for user-query to start the UserQueryStreams. Each query side service will have its streams processor and it cannot be moved to a command library like the command side.
Author:
Steve Hu
  • Field Details

  • Constructor Details

    • UserQueryStartup

      public UserQueryStartup()
  • Method Details

    • onStartup

      public void onStartup()
      Specified by:
      onStartup in interface com.networknt.server.StartupHookProvider