public interface IntfOnCreateAck
Modifier and Type | Method and Description |
---|---|
void |
smqOnCreateAck(boolean accepted,
java.lang.String topic,
long tid,
java.lang.String subtopic,
long subtid)
Called when the broker sends the CreateAck message to the client.
|
void smqOnCreateAck(boolean accepted, java.lang.String topic, long tid, java.lang.String subtopic, long subtid)
accepted
- set to 'true' if the broker accepted the request.topic
- the topic requested.tid
- the translated topic ID created by the broker.subtopic
- the subtopic requested or null if no subtopic
was requested.subtid
- the translated subtopic ID created by the broker
or zero if no subtopic was requested.