| Modifier and Type | Method | Description |
|---|---|---|
EventResponseMessage |
Event.eventResponseMessage() |
|
EventResponseMessage |
EventResponseMessage.withContent(String content) |
Set the content of the event response message.
|
EventResponseMessage |
EventResponseMessage.withHeaders(Map<String,String> headers) |
Set the headers of the event response message.
|
EventResponseMessage |
EventResponseMessage.withReasonPhrase(String reasonPhrase) |
Set the reason phrase of the event response message.
|
EventResponseMessage |
EventResponseMessage.withStatusCode(String statusCode) |
Set the status code of the event response message.
|
EventResponseMessage |
EventResponseMessage.withVersion(String version) |
Set the HTTP message version.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/