Class OfficeFloorApplicationEventListener

java.lang.Object
net.officefloor.jaxrs.procedure.OfficeFloorApplicationEventListener
All Implemented Interfaces:
org.glassfish.jersey.server.monitoring.ApplicationEventListener

public class OfficeFloorApplicationEventListener extends Object implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
OfficeFloor ApplicationEventListener.
Author:
Daniel Sagenschneider
  • Constructor Details

    • OfficeFloorApplicationEventListener

      public OfficeFloorApplicationEventListener(String httpMethod, String path)
      Instantiate.
      Parameters:
      httpMethod - Override HTTP method.
      path - Override path.
  • Method Details

    • onEvent

      public void onEvent(org.glassfish.jersey.server.monitoring.ApplicationEvent event)
      Specified by:
      onEvent in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener
    • onRequest

      public org.glassfish.jersey.server.monitoring.RequestEventListener onRequest(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)
      Specified by:
      onRequest in interface org.glassfish.jersey.server.monitoring.ApplicationEventListener