public enum PubSubMessageEncoding extends Enum<PubSubMessageEncoding>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
|
static PubSubMessageEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PubSubMessageEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PubSubMessageEncoding UADP
public static final PubSubMessageEncoding JSON
public static PubSubMessageEncoding[] values()
for (PubSubMessageEncoding c : PubSubMessageEncoding.values()) System.out.println(c);
public static PubSubMessageEncoding 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 String getName()
Copyright © 2026. All rights reserved.