public abstract class StreamAnnotationErrorMessages extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ATLEAST_ONE_OUTPUT
Annotation error message when no output was passed.
|
static String |
INVALID_OUTBOUND_NAME
Annotation error message when an invalid outbound name was set.
|
static String |
SEND_TO_EMPTY_DESTINATION
Annotation error message when an empty destination was specified.
|
static String |
SEND_TO_MULTIPLE_DESTINATIONS
Annotation error message when multiple destinations were set.
|
| Constructor and Description |
|---|
StreamAnnotationErrorMessages() |
public static final String ATLEAST_ONE_OUTPUT
public static final String SEND_TO_MULTIPLE_DESTINATIONS
public static final String SEND_TO_EMPTY_DESTINATION
public static final String INVALID_OUTBOUND_NAME
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.