public static enum ProtocolHandler.Protocol extends Enum<ProtocolHandler.Protocol>
| Enum Constant and Description |
|---|
ANYPOINTMQ |
KAFKA |
SALESFORCEPUBSUB |
SOLACE |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolHandler.Protocol |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolHandler.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProtocolHandler.Protocol KAFKA
public static final ProtocolHandler.Protocol ANYPOINTMQ
public static final ProtocolHandler.Protocol SOLACE
public static final ProtocolHandler.Protocol SALESFORCEPUBSUB
public static ProtocolHandler.Protocol[] values()
for (ProtocolHandler.Protocol c : ProtocolHandler.Protocol.values()) System.out.println(c);
public static ProtocolHandler.Protocol 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 nullCopyright © 2025 MuleSoft, Inc.. All rights reserved.