public class HttpObjectCallback extends Action
Action.Typelogger| Constructor and Description |
|---|
HttpObjectCallback() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
Action.Type |
getType() |
HttpObjectCallback |
withClientId(String clientId)
The client id of the web socket client that will handle the callback
|
toStringaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCodepublic Action.Type getType()
public String getClientId()
public HttpObjectCallback withClientId(String clientId)
The client id must be for client with an open web socket, if no client is found with id a 404 response will be returned
clientId - client id of the web socket client that will handle the callbackCopyright © 2018. All rights reserved.