Interface TwilioConstants
-
public interface TwilioConstants
Constants for Twilio component.
-
-
Field Summary
Fields Modifier and Type Field Description static String
PROPERTY_PREFIX
Suffix for parameters when passed as exchange header propertiesstatic String
THREAD_PROFILE_NAME
Thread profile name for this component
-
-
-
Field Detail
-
PROPERTY_PREFIX
static final String PROPERTY_PREFIX
Suffix for parameters when passed as exchange header properties- See Also:
- Constant Field Values
-
THREAD_PROFILE_NAME
static final String THREAD_PROFILE_NAME
Thread profile name for this component- See Also:
- Constant Field Values
-
-