public final class ExtensionConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.mule.runtime.api.util.DataUnit |
DEFAULT_BYTE_STREAMING_BUFFER_DATA_UNIT
The default unit which qualifies
DEFAULT_BYTE_STREAMING_BUFFER_SIZE |
static int |
DEFAULT_BYTE_STREAMING_BUFFER_INCREMENT_SIZE
The default increment size of a bytes streaming buffer which will expand its capacity
|
static int |
DEFAULT_BYTE_STREAMING_BUFFER_SIZE
The default size of the buffer that allows for repeatable streams
|
static int |
DEFAULT_BYTES_STREAMING_MAX_BUFFER_SIZE
The default maximum size that a bytes streaming buffer is allowed to expand to
|
static int |
DEFAULT_OBJECT_STREAMING_BUFFER_INCREMENT_SIZE
The default increment size of an object streaming buffer which will expand its capacity
|
static int |
DEFAULT_OBJECT_STREAMING_BUFFER_SIZE
The default size of the buffer that allows for repeatable objects streaming
|
static int |
DEFAULT_OBJECT_STREAMING_MAX_BUFFER_SIZE
The default maximum size that an objects streaming buffer is allowed to expand to
|
static String |
DISABLE_CONNECTION_VALIDATION_PARAMETER_DESCRIPTION
The description of the parameter which disables connection validation
|
static String |
DISABLE_CONNECTION_VALIDATION_PARAMETER_NAME
The name of the parameter which disables connection validation
|
static List<String> |
INFRASTRUCTURE_PARAMETER_NAMES
Contains all the names of the
infrastructure parameters that
may appear in a ParameterizedModel |
static String |
OPERATION_TRANSACTIONAL_ACTION_PARAMETER_DESCRIPTION
The description of the parameter for configuring transactional actions
|
static String |
POOLING_PROFILE_PARAMETER_DESCRIPTION
The description of the parameter which disables connection validation
|
static String |
POOLING_PROFILE_PARAMETER_NAME
The name of the parameter which configures pooling
|
static String |
RECONNECTION_STRATEGY_PARAMETER_DESCRIPTION
The description of the parameter for configuring the reconnection strategy parameter
|
static String |
RECONNECTION_STRATEGY_PARAMETER_NAME
The name of the parameter for configuring the reconnection strategy parameter
|
static String |
REDELIVERY_POLICY_PARAMETER_DESCRIPTION
The description of the parameter for configuring reconnection strategy parameter
|
static String |
REDELIVERY_POLICY_PARAMETER_NAME
The name of the parameter for configuring reconnection strategy parameter
|
static String |
REDELIVERY_TAB_NAME
The name of the tab in which transaction parameters should appear
|
static String |
SOURCE_TRANSACTIONAL_ACTION_PARAMETER_DESCRIPTION
The description of the parameter for configuring transactional actions
|
static String |
STREAMING_STRATEGY_PARAMETER_DESCRIPTION
The description of the parameter for configuring the streaming strategy parameter
|
static String |
STREAMING_STRATEGY_PARAMETER_NAME
The name of the parameter for configuring the streaming strategy parameter
|
static String |
TARGET_PARAMETER_DESCRIPTION
Human friendly description for
TARGET_PARAMETER_NAME |
static String |
TARGET_PARAMETER_DISPLAY_NAME
The display name for the target parameter
|
static String |
TARGET_PARAMETER_NAME
The name of a synthetic parameter that's automatically added to all non void operations.
|
static String |
TLS_PARAMETER_NAME
The name of an attribute which allows referencing a
TlsContextFactory |
static String |
TRANSACTIONAL_ACTION_PARAMETER_NAME
The name of the parameter for configuring transactional actions
|
public static final String TARGET_PARAMETER_NAME
Message on a flowVar pointed by this parameter instead of replacing the message
flowing through the pipelinepublic static final String TARGET_PARAMETER_DESCRIPTION
TARGET_PARAMETER_NAMEpublic static final String TARGET_PARAMETER_DISPLAY_NAME
public static final String STREAMING_STRATEGY_PARAMETER_NAME
public static final String STREAMING_STRATEGY_PARAMETER_DESCRIPTION
public static final String RECONNECTION_STRATEGY_PARAMETER_NAME
public static final String RECONNECTION_STRATEGY_PARAMETER_DESCRIPTION
public static final String REDELIVERY_POLICY_PARAMETER_NAME
public static final String REDELIVERY_POLICY_PARAMETER_DESCRIPTION
public static final String REDELIVERY_TAB_NAME
public static final String TLS_PARAMETER_NAME
TlsContextFactorypublic static final String TRANSACTIONAL_ACTION_PARAMETER_NAME
public static final int DEFAULT_BYTE_STREAMING_BUFFER_SIZE
public static final int DEFAULT_BYTE_STREAMING_BUFFER_INCREMENT_SIZE
public static final int DEFAULT_BYTES_STREAMING_MAX_BUFFER_SIZE
public static final org.mule.runtime.api.util.DataUnit DEFAULT_BYTE_STREAMING_BUFFER_DATA_UNIT
DEFAULT_BYTE_STREAMING_BUFFER_SIZEpublic static final int DEFAULT_OBJECT_STREAMING_BUFFER_SIZE
public static final int DEFAULT_OBJECT_STREAMING_BUFFER_INCREMENT_SIZE
public static final int DEFAULT_OBJECT_STREAMING_MAX_BUFFER_SIZE
public static final String OPERATION_TRANSACTIONAL_ACTION_PARAMETER_DESCRIPTION
public static final String SOURCE_TRANSACTIONAL_ACTION_PARAMETER_DESCRIPTION
public static final String DISABLE_CONNECTION_VALIDATION_PARAMETER_NAME
public static final String DISABLE_CONNECTION_VALIDATION_PARAMETER_DESCRIPTION
public static final String POOLING_PROFILE_PARAMETER_NAME
public static final String POOLING_PROFILE_PARAMETER_DESCRIPTION
public static final List<String> INFRASTRUCTURE_PARAMETER_NAMES
infrastructure parameters that
may appear in a ParameterizedModelCopyright © 2017 MuleSoft, Inc.. All rights reserved.