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