Class PostPublisher

java.lang.Object
org.forum.server.specific_code.PostPublisher

@Component public class PostPublisher extends Object
This class is responsible for Publishing new Posts. This allows to send the notifications, when an application subscribed to the subscribeToNewPost subscription.
Author:
etienne-sf
  • Field Details

    • logger

      protected org.slf4j.Logger logger
      The logger for this instance
  • Constructor Details

    • PostPublisher

      public PostPublisher()