public static enum DisruptorEndpointBuilderFactory.DisruptorProducerType extends Enum<DisruptorEndpointBuilderFactory.DisruptorProducerType>
org.apache.camel.component.disruptor.DisruptorProducerType
enum.| Modifier and Type | Method and Description |
|---|---|
static DisruptorEndpointBuilderFactory.DisruptorProducerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisruptorEndpointBuilderFactory.DisruptorProducerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DisruptorEndpointBuilderFactory.DisruptorProducerType Single
public static final DisruptorEndpointBuilderFactory.DisruptorProducerType Multi
public static DisruptorEndpointBuilderFactory.DisruptorProducerType[] values()
for (DisruptorEndpointBuilderFactory.DisruptorProducerType c : DisruptorEndpointBuilderFactory.DisruptorProducerType.values()) System.out.println(c);
public static DisruptorEndpointBuilderFactory.DisruptorProducerType 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 nullApache Camel