public class HttpObjectCallback extends Action
Action.Type| Constructor and Description |
|---|
HttpObjectCallback() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
Action.Type |
getType() |
HttpObjectCallback |
withActionType(Action.Type actionType) |
HttpObjectCallback |
withClientId(String clientId)
The client id of the web socket client that will handle the callback
|
toStringequals, fieldsExcludedFromEqualsAndHashCode, hashCode, keypublic 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 callbackpublic HttpObjectCallback withActionType(Action.Type actionType)
public Action.Type getType()
Copyright © 2018. All rights reserved.