Package | Description |
---|---|
org.apache.hedwig.client.api |
Modifier and Type | Method and Description |
---|---|
void |
Subscriber.subscribe(com.google.protobuf.ByteString topic,
com.google.protobuf.ByteString subscriberId,
PubSubProtocol.SubscribeRequest.CreateOrAttach mode)
Deprecated.
As of BookKeeper 4.2.0, replaced by
Subscriber.subscribe(com.google.protobuf.ByteString,
com.google.protobuf.ByteString,
PubSubProtocol.SubscriptionOptions) |
void |
Subscriber.subscribe(com.google.protobuf.ByteString topic,
com.google.protobuf.ByteString subscriberId,
PubSubProtocol.SubscriptionOptions options)
Subscribe to the given topic for the inputted subscriberId.
|
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.