public interface PubsubCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
invoke(java.lang.String topic,
T message)
Invokes the user callback.
|
void invoke(java.lang.String topic, T message)
topic
- Topic associated with the message.message
- Message as a Zserio generated type - e.g. structure.Last updated 2024-12-05 10:34:50