public static enum PubSubProtocol.OperationType extends Enum<PubSubProtocol.OperationType> implements com.google.protobuf.ProtocolMessageEnum
Hedwig.OperationType
Enum Constant and Description |
---|
CLOSESUBSCRIPTION
CLOSESUBSCRIPTION = 6; |
CONSUME
CONSUME = 2; |
PUBLISH
PUBLISH = 0; |
START_DELIVERY
the following two are only used for the hedwig proxy
|
STOP_DELIVERY
end for requests only used for hedwig proxy
|
SUBSCRIBE
SUBSCRIBE = 1; |
UNSUBSCRIBE
UNSUBSCRIBE = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
CLOSESUBSCRIPTION_VALUE
CLOSESUBSCRIPTION = 6; |
static int |
CONSUME_VALUE
CONSUME = 2; |
static int |
PUBLISH_VALUE
PUBLISH = 0; |
static int |
START_DELIVERY_VALUE
the following two are only used for the hedwig proxy
|
static int |
STOP_DELIVERY_VALUE
end for requests only used for hedwig proxy
|
static int |
SUBSCRIBE_VALUE
SUBSCRIBE = 1; |
static int |
UNSUBSCRIBE_VALUE
UNSUBSCRIBE = 3; |
Modifier and Type | Method and Description |
---|---|
static PubSubProtocol.OperationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PubSubProtocol.OperationType> |
internalGetValueMap() |
static PubSubProtocol.OperationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PubSubProtocol.OperationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PubSubProtocol.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubProtocol.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PubSubProtocol.OperationType PUBLISH
PUBLISH = 0;
public static final PubSubProtocol.OperationType SUBSCRIBE
SUBSCRIBE = 1;
public static final PubSubProtocol.OperationType CONSUME
CONSUME = 2;
public static final PubSubProtocol.OperationType UNSUBSCRIBE
UNSUBSCRIBE = 3;
public static final PubSubProtocol.OperationType START_DELIVERY
the following two are only used for the hedwig proxy
START_DELIVERY = 4;
public static final PubSubProtocol.OperationType STOP_DELIVERY
end for requests only used for hedwig proxy
STOP_DELIVERY = 5;
public static final PubSubProtocol.OperationType CLOSESUBSCRIPTION
CLOSESUBSCRIPTION = 6;
public static final int PUBLISH_VALUE
PUBLISH = 0;
public static final int SUBSCRIBE_VALUE
SUBSCRIBE = 1;
public static final int CONSUME_VALUE
CONSUME = 2;
public static final int UNSUBSCRIBE_VALUE
UNSUBSCRIBE = 3;
public static final int START_DELIVERY_VALUE
the following two are only used for the hedwig proxy
START_DELIVERY = 4;
public static final int STOP_DELIVERY_VALUE
end for requests only used for hedwig proxy
STOP_DELIVERY = 5;
public static final int CLOSESUBSCRIPTION_VALUE
CLOSESUBSCRIPTION = 6;
public static PubSubProtocol.OperationType[] values()
for (PubSubProtocol.OperationType c : PubSubProtocol.OperationType.values()) System.out.println(c);
public static PubSubProtocol.OperationType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static PubSubProtocol.OperationType valueOf(int value)
forNumber(int)
instead.public static PubSubProtocol.OperationType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<PubSubProtocol.OperationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PubSubProtocol.OperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.