Class PublishingResponseDto
java.lang.Object
io.datarouter.instrumentation.response.PublishingResponseDto
public class PublishingResponseDto extends Object
-
Field Summary
Fields Modifier and Type Field Description static PublishingResponseDtoDISABLED_ON_CLIENTstatic StringDISABLED_ON_CLIENT_MESSAGEstatic PublishingResponseDtoDISCARDstatic StringDISCARD_MESSAGEStringmessagestatic PublishingResponseDtoNO_OPstatic StringNO_OP_MESSAGEstatic PublishingResponseDtoREJECTstatic StringREJECT_MESSAGEBooleansuccessstatic PublishingResponseDtoSUCCESSstatic StringSUCCESS_MESSAGE -
Method Summary
Modifier and Type Method Description voidassertSuccess()static PublishingResponseDtoerror(String errorMessage)
-
Field Details
-
SUCCESS_MESSAGE
- See Also:
- Constant Field Values
-
DISABLED_ON_CLIENT_MESSAGE
- See Also:
- Constant Field Values
-
NO_OP_MESSAGE
- See Also:
- Constant Field Values
-
DISCARD_MESSAGE
- See Also:
- Constant Field Values
-
REJECT_MESSAGE
- See Also:
- Constant Field Values
-
REJECT
-
DISCARD
-
NO_OP
-
SUCCESS
-
DISABLED_ON_CLIENT
-
success
-
message
-
-
Method Details
-
assertSuccess
public void assertSuccess() -
error
-