public static interface CustomTopicDetails.Builder extends TopicDetails.Builder<CustomTopicDetails.Builder,CustomTopicDetails>
Modifier and Type | Method and Description |
---|---|
CustomTopicDetails.Builder |
handler(String className)
Sets the custom handler class name.
|
build, property, reference, reset, tidyOnUnsubscribe
CustomTopicDetails.Builder handler(String className) throws IllegalArgumentException
className
- specifies the full path name of the
CustomTopicDataHandler
class available at the server.
An instance of this class will be instantiated to represent
the topic and maintain its stateIllegalArgumentException
- if className
is null or
invalidCopyright © 2016 Push Technology Ltd. All Rights Reserved.