| Package | Description |
|---|---|
| org.apache.nifi.jms.processors |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,JMSPublisher.JmsPropertySetterEnum> |
JMSPublisher.propertySetterMap
This map helps us avoid using JmsPropertySetterEnum.valueOf and dealing with IllegalArgumentException on failed lookup.
|
| Modifier and Type | Method and Description |
|---|---|
static JMSPublisher.JmsPropertySetterEnum |
JMSPublisher.JmsPropertySetterEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JMSPublisher.JmsPropertySetterEnum[] |
JMSPublisher.JmsPropertySetterEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021 Apache NiFi Project. All rights reserved.