Package | Description |
---|---|
org.apache.hedwig.protocol | |
org.apache.hedwig.util |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.SubscriptionEvent |
PubSubProtocol.SubscriptionEventResponseOrBuilder.getEvent() |
PubSubProtocol.SubscriptionEvent |
PubSubProtocol.SubscriptionEventResponse.getEvent() |
PubSubProtocol.SubscriptionEvent |
PubSubProtocol.SubscriptionEventResponse.Builder.getEvent() |
static PubSubProtocol.SubscriptionEvent |
PubSubProtocol.SubscriptionEvent.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PubSubProtocol.SubscriptionEvent |
PubSubProtocol.SubscriptionEvent.valueOf(int value) |
static PubSubProtocol.SubscriptionEvent |
PubSubProtocol.SubscriptionEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubProtocol.SubscriptionEvent[] |
PubSubProtocol.SubscriptionEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<PubSubProtocol.SubscriptionEvent> |
PubSubProtocol.SubscriptionEvent.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PubSubProtocol.SubscriptionEventResponse.Builder |
PubSubProtocol.SubscriptionEventResponse.Builder.setEvent(PubSubProtocol.SubscriptionEvent value) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionListener.processEvent(com.google.protobuf.ByteString topic,
com.google.protobuf.ByteString subscriberId,
PubSubProtocol.SubscriptionEvent event)
Process an event from a subscription.
|
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.