Class NotifyClientResourceMutationDataSender
java.lang.Object
ch.admin.bit.jeap.server.sent.events.web.NotifyClientResourceMutationDataSender
- All Implemented Interfaces:
ResourceMutationEventListener
public class NotifyClientResourceMutationDataSender
extends Object
implements ResourceMutationEventListener
-
Constructor Summary
ConstructorsConstructorDescriptionNotifyClientResourceMutationDataSender(NotifyClientController notifyClientController, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionvoidonResourceMutation(ResourceMutationType type, String resourcePath)
-
Constructor Details
-
NotifyClientResourceMutationDataSender
public NotifyClientResourceMutationDataSender(NotifyClientController notifyClientController, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
onResourceMutation
- Specified by:
onResourceMutationin interfaceResourceMutationEventListener
-