Class OutputPublisherImplementation

    • Method Summary

      Modifier and Type Method Description
      void publish​(byte[] topic, byte[] data)  
      void publish​(byte[] topic, com.google.protobuf.Message data)  
      void publish​(com.google.protobuf.ByteString topic, byte[] data)  
      void publish​(com.google.protobuf.ByteString topic, com.google.protobuf.Message data)  
      void publish​(java.lang.String topic, byte[] data)  
      void publish​(java.lang.String topic, com.google.protobuf.Message data)  
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • publish

        public void publish​(byte[] topic,
                            byte[] data)
        Specified by:
        publish in interface OutputPublisher
      • publish

        public void publish​(com.google.protobuf.ByteString topic,
                            byte[] data)
        Specified by:
        publish in interface OutputPublisher
      • publish

        public void publish​(java.lang.String topic,
                            byte[] data)
        Specified by:
        publish in interface OutputPublisher
      • publish

        public void publish​(byte[] topic,
                            com.google.protobuf.Message data)
        Specified by:
        publish in interface OutputPublisher
      • publish

        public void publish​(com.google.protobuf.ByteString topic,
                            com.google.protobuf.Message data)
        Specified by:
        publish in interface OutputPublisher
      • publish

        public void publish​(java.lang.String topic,
                            com.google.protobuf.Message data)
        Specified by:
        publish in interface OutputPublisher