Package net.lightapi.portal.user.query
Class UserQueryStartup
java.lang.Object
net.lightapi.portal.user.query.UserQueryStartup
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionstatic NonceQueryStreamsstatic NotificationStreamsstatic UserQueryStreams -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
userStreams
-
nonceStreams
-
notificationStreams
-
-
Constructor Details
-
UserQueryStartup
public UserQueryStartup()
-
-
Method Details
-
onStartup
public void onStartup()- Specified by:
onStartupin interfacecom.networknt.server.StartupHookProvider
-