@PubSubClient public interface CustomSerDesClient
Modifier and Type | Method and Description |
---|---|
void |
send(Animal animal) |
void |
send(byte[] data) |
void |
send(com.google.pubsub.v1.PubsubMessage pubsubMessage) |
void |
sendWithCustomType(Animal animal) |
void |
sendWithCustomType(byte[] data) |
@Topic(value="animals", contentType="image/gif") void sendWithCustomType(byte[] data)
@Topic(value="animals", contentType="application/xml") void sendWithCustomType(Animal animal)