Class FeatureRequiredApplicationEventListener

  • All Implemented Interfaces:
    org.glassfish.jersey.server.monitoring.ApplicationEventListener

    public class FeatureRequiredApplicationEventListener
    extends java.lang.Object
    implements org.glassfish.jersey.server.monitoring.ApplicationEventListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onEvent​(org.glassfish.jersey.server.monitoring.ApplicationEvent event)  
      org.glassfish.jersey.server.monitoring.RequestEventListener onRequest​(org.glassfish.jersey.server.monitoring.RequestEvent requestEvent)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FeatureRequiredApplicationEventListener

        @Inject
        public FeatureRequiredApplicationEventListener​(io.featurehub.client.FeatureRepository featureRepository)
    • Method Detail

      • 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