Interface ApplicationControl


public interface ApplicationControl
SPI interface which the request handling infrastructure uses to dispatch events to and otherwise manage the application.
Author:
Tim Boudreau
  • Method Details

    • enableDefaultCorsHandling

      void enableDefaultCorsHandling()
    • onEvent

      CountDownLatch onEvent(Event<?> event, io.netty.channel.Channel channel)
    • internalOnError

      void internalOnError(Throwable err)
    • logErrors

      default void logErrors(CompletionStage<?> stage)
    • logFailure

      default io.netty.channel.ChannelFuture logFailure(io.netty.channel.ChannelFuture f)