Contents
namespace solace.EndpointNameComplaint
The most frequent problems with endpoint names.
Static Properties & Enumerations Top
string |
AMPERSAND
= Ampersand (&)
| ||
string |
ASTERISK
= Asterisk (*)
| ||
string |
DOUBLE_SLASH
= Empty level (//)
| ||
string |
EMPTY_STRING
= Zero length
| ||
string |
GT
= Greater than sign (>)
| ||
string |
LEADING_SLASH
= Starts with a slash (/).
| ||
string |
LT
= Less than sign (<)
| ||
string | NO_ISSUE | ||
string |
QUESTION_MARK
= Question mark (?)
| ||
string |
SEMICOLON
= Semicolon (;)
| ||
string |
TOO_LONG
= Longer than 200 characters
| ||
string |
TRAILING_SLASH
= Ends with a slash (/).
|
Static Properties & Enumerations Detail Top
static
public
string
AMPERSAND
= Ampersand (&)
Ampersand (&)
static
public
string
ASTERISK
= Asterisk (*)
Asterisk (*)
static
public
string
DOUBLE_SLASH
= Empty level (//)
Empty level (//)
static
public
string
EMPTY_STRING
= Zero length
Zero length
static
public
string
GT
= Greater than sign (>)
Greater than sign (>)
static
public
string
LEADING_SLASH
= Starts with a slash (/).
Starts with a slash (/).
static
public
string
LT
= Less than sign (<)
Less than sign (<)
static
public
string
NO_ISSUE
static
public
string
QUESTION_MARK
= Question mark (?)
Question mark (?)
static
public
string
SEMICOLON
= Semicolon (;)
Semicolon (;)
static
public
string
TOO_LONG
= Longer than 200 characters
Longer than 200 characters
static
public
string
TRAILING_SLASH
= Ends with a slash (/).
Ends with a slash (/).