Skip to main content

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?

optional events: string[]


onError()?

optional onError: (error) => void

Parameters

error

StompXError

Returns

void


onSent()?

optional onSent: () => void

Returns

void


onSuccess()?

optional onSuccess: (resource) => void

Parameters

resource

R

Returns

void