public class JMSConnectionFactoryProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
JMSConnectionFactoryProperties.NonEmptyBrokerURIValidator
Validator that ensures that brokerURI's length > 0 after EL
evaluation |
| Modifier and Type | Field and Description |
|---|---|
private static String |
BROKER |
private static String |
CF_IMPL |
private static String |
CF_LIB |
static PropertyDescriptor |
JMS_BROKER_URI |
static PropertyDescriptor |
JMS_CLIENT_LIBRARIES |
static PropertyDescriptor |
JMS_CONNECTION_FACTORY_IMPL |
static PropertyDescriptor |
JMS_SSL_CONTEXT_SERVICE |
private static List<PropertyDescriptor> |
PROPERTY_DESCRIPTORS |
| Constructor and Description |
|---|
JMSConnectionFactoryProperties() |
| Modifier and Type | Method and Description |
|---|---|
static PropertyDescriptor |
getDynamicPropertyDescriptor(String propertyDescriptorName) |
static List<PropertyDescriptor> |
getPropertyDescriptors() |
private static final String BROKER
private static final String CF_IMPL
private static final String CF_LIB
public static final PropertyDescriptor JMS_CONNECTION_FACTORY_IMPL
public static final PropertyDescriptor JMS_CLIENT_LIBRARIES
public static final PropertyDescriptor JMS_BROKER_URI
public static final PropertyDescriptor JMS_SSL_CONTEXT_SERVICE
private static final List<PropertyDescriptor> PROPERTY_DESCRIPTORS
public static List<PropertyDescriptor> getPropertyDescriptors()
public static PropertyDescriptor getDynamicPropertyDescriptor(String propertyDescriptorName)
Copyright © 2021 Apache NiFi Project. All rights reserved.