Interface CustomSerDesClient

    • Method Detail

      • send

        @Topic("animals")
        void send​(com.google.pubsub.v1.PubsubMessage pubsubMessage)
      • send

        @Topic("animals")
        void send​(byte[] data)
      • sendWithCustomType

        @Topic(value="animals",
               contentType="image/gif")
        void sendWithCustomType​(byte[] data)