Class: StompXPerformActionRequest<R>
Type Parameters
R
R
Constructors
Constructor
new StompXPerformActionRequest<
R>():StompXPerformActionRequest<R>
Returns
StompXPerformActionRequest<R>
Properties
body
body:
unknown
destination
destination:
string
events?
optionalevents:string[]
onError()?
optionalonError: (error) =>void
Parameters
error
Returns
void
onSent()?
optionalonSent: () =>void
Returns
void
onSuccess()?
optionalonSuccess: (resource) =>void
Parameters
resource
R
Returns
void