Interface MessageResponse
- All Superinterfaces:
BaseMessageResponse,BaseResponse,GenericResponse,HttpBaseResponse,HttpMessageResponse
- All Known Subinterfaces:
Response
@Deprecated(forRemoval=true)
public interface MessageResponse
extends GenericResponse, HttpMessageResponse
Deprecated, for removal: This API element is subject to removal in a future version.
Represents a response that can manipulate a flow of messages.
- Author:
- Guillaume LAMIRAND (guillaume.lamirand at graviteesource.com), GraviteeSource Team
-
Method Summary
Methods inherited from interface io.gravitee.gateway.reactive.api.context.GenericResponse
reason, statusMethods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpBaseResponse
ended, headers, isStatus1xx, isStatus2xx, isStatus3xx, isStatus4xx, isStatus5xx, reason, status, trailersMethods inherited from interface io.gravitee.gateway.reactive.api.context.http.HttpMessageResponse
messages, messages, onMessage, onMessages
HttpMessageResponse