Interface SendToDataHubResult
-
- All Known Implementing Classes:
DefaultSendToDataHubResult
public interface SendToDataHubResultResult container for sending raw items to DataHub
-
-
Field Summary
Fields Modifier and Type Field Description static intMESSAGE_HANDLING_ERRORstatic intSENDING_FAILED_CODE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetErrorCode()java.lang.StringgetErrorText()booleanisSuccess()
-
-
-
Field Detail
-
SENDING_FAILED_CODE
static final int SENDING_FAILED_CODE
- See Also:
- Constant Field Values
-
MESSAGE_HANDLING_ERROR
static final int MESSAGE_HANDLING_ERROR
- See Also:
- Constant Field Values
-
-