Uses of Class
pubsub.messages.UserCreated
Packages that use UserCreated
-
Uses of UserCreated in pubsub
Fields in pubsub with type parameters of type UserCreatedModifier and TypeFieldDescriptionstatic final TypedModeledFramework2<UserCreated, Group, Priority> Clients.userCreatedClientA client template for UserCreated instancesMethods in pubsub that return types with arguments of type UserCreatedModifier and TypeMethodDescriptionSubscriber.startUserCreatedSubscriber(Group group, Priority priority) Start a subscriber (a CachedModeledFramework instance) using the UserCreated client templateMethods in pubsub with parameters of type UserCreatedModifier and TypeMethodDescriptionvoidPublisher.publishUserCreated(Group group, UserCreated userCreated) Publish the given UserCreated using the UserCreated client templateMethod parameters in pubsub with type arguments of type UserCreatedModifier and TypeMethodDescriptionvoidPublisher.publishUsersCreated(Group group, List<UserCreated> usersCreated) Publish the given UserCreateds using the UserCreated client template in a transaction