All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vwo.event.NoopEventHandler Maven / Gradle / Ivy

There is a newer version: 1.66.0
Show newest version
package com.vwo.event;

import com.vwo.logger.LoggerManager;

public class NoopEventHandler implements EventHandler {

  private static final LoggerManager LOGGER = LoggerManager.getLogger(NoopEventHandler.class);


  @Override
  public void dispatchEvent(DispatchEvent event) throws Exception {
    LOGGER.debug("event.NoopEventHandler Dispatch event.Event Called with URL {} and Params {}", event.getHost().concat(event.getPath()), event.getRequestParams());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy