Interface TypedResponseWriter
- All Known Implementing Classes:
ResultBuilderBackedTypedResponseWriter
public interface TypedResponseWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteEvent(TypedRecord<?> event) voidwriteEventOnCommand(long eventKey, Intent eventState, UnpackedObject eventValue, TypedRecord<?> command) voidwriteRejection(TypedRecord<?> command, RejectionType type, String reason, long requestId, int requestStreamId) voidwriteRejectionOnCommand(TypedRecord<?> command, RejectionType type, String reason) voidwriteResponse(long eventKey, Intent eventState, UnpackedObject eventValue, ValueType valueType, long requestId, int requestStreamId)
-
Method Details
-
writeRejectionOnCommand
-
writeRejection
void writeRejection(TypedRecord<?> command, RejectionType type, String reason, long requestId, int requestStreamId) -
writeEvent
-
writeEventOnCommand
void writeEventOnCommand(long eventKey, Intent eventState, UnpackedObject eventValue, TypedRecord<?> command) -
writeResponse
void writeResponse(long eventKey, Intent eventState, UnpackedObject eventValue, ValueType valueType, long requestId, int requestStreamId)
-