Package io.bdeploy.jersey.ws.change.msg
Class ObjectChangeRegistrationDto
java.lang.Object
io.bdeploy.jersey.ws.change.msg.ObjectChangeRegistrationDto
A message to instruct a change in a
WebSocket event registration on the server.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumWhether to add or remove a registration -
Field Summary
FieldsModifier and TypeFieldDescriptionThe action to perform on the serverThe scope of the object to add or remove a registration forThe type of the object to apply changes to -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
action
The action to perform on the server -
type
The type of the object to apply changes to -
scope
The scope of the object to add or remove a registration for
-
-
Constructor Details
-
ObjectChangeRegistrationDto
public ObjectChangeRegistrationDto()
-