Class SseAutoDiscoverable

  • All Implemented Interfaces:
    org.glassfish.jersey.internal.spi.AutoDiscoverable, org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable

    @Priority(2000)
    public final class SseAutoDiscoverable
    extends Object
    implements org.glassfish.jersey.internal.spi.ForcedAutoDiscoverable
    Jersey AutoDiscoverable responsible for registering SseFeature. If this feature is not already registered and the property SseFeature.DISABLE_SSE is not set to true, the SseFeature will be automatically registered.
    Author:
    Libor Kramolis, Marek Potociar
    • Constructor Detail

      • SseAutoDiscoverable

        public SseAutoDiscoverable()
    • Method Detail

      • configure

        public void configure​(FeatureContext context)
        Specified by:
        configure in interface org.glassfish.jersey.internal.spi.AutoDiscoverable