public static interface RoutingTopicDetails.Builder extends TopicDetails.Builder<RoutingTopicDetails.Builder,RoutingTopicDetails>
Modifier and Type | Method and Description |
---|---|
RoutingTopicDetails.Builder |
handler(String handler)
Sets the routing handler class name if routing is to be performed at
the server.
|
build, property, reference, reset, tidyOnUnsubscribe
RoutingTopicDetails.Builder handler(String handler) throws IllegalArgumentException
If routing is not to be handled at the server, it is expected that
all subscription requests to the topic will be handled via a client
using the SubscriptionControl
feature.
If not explicitly set, the value will be a zero length string indicating that routing is not handled by the server.
handler
- the routing handler class name. A zero length string
indicates that routing is not to be handled at the serverIllegalArgumentException
- if handler
is nullCopyright © 2016 Push Technology Ltd. All Rights Reserved.