Class ObjectPublisher<S>


  • public class ObjectPublisher<S>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void publish​(java.lang.String subject, S object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ObjectPublisher

        public ObjectPublisher​(@NotNull
                               @NotNull SubjectMessagePublisher<SubjectInfo> publisher,
                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
    • Method Detail

      • publish

        public void publish​(java.lang.String subject,
                            S object)