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
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
|
toStringaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCodepublic Action.Type getType()
public String getClientId()
public HttpObjectCallback withClientId(String clientId)
clientId - client id of the web socket client that will handle the callbackCopyright © 2018. All rights reserved.