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
|
toString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
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 callbackpublic HttpObjectCallback withActionType(Action.Type actionType)
public Action.Type getType()
Copyright © 2018. All rights reserved.