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 2025-10-02 14:26:25