Package | Description |
---|---|
com.pushtechnology.diffusion.client.features.control.topics |
Client API : Topic Control Features.
|
Modifier and Type | Method and Description |
---|---|
static TopicAddFailReason |
TopicAddFailReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopicAddFailReason[] |
TopicAddFailReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TopicControl.AddContextCallback.onTopicAddFailed(C context,
String topicPath,
TopicAddFailReason reason)
Deprecated.
This will be called if an attempt to add a topic has failed.
|
void |
TopicControl.AddContextCallback.Default.onTopicAddFailed(C context,
String topicPath,
TopicAddFailReason reason) |
void |
TopicControl.AddCallback.onTopicAddFailed(String topicPath,
TopicAddFailReason reason)
Deprecated.
This will be called if an attempt to add a topic has failed.
|
void |
TopicControl.AddCallback.Default.onTopicAddFailed(String topicPath,
TopicAddFailReason reason) |
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.