Package com.mastfrog.acteur.spi
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 Summary
Modifier and TypeMethodDescriptionvoidvoidinternalOnError(Throwable err) default voidlogErrors(CompletionStage<?> stage) default io.netty.channel.ChannelFuturelogFailure(io.netty.channel.ChannelFuture f)
-
Method Details
-
enableDefaultCorsHandling
void enableDefaultCorsHandling() -
onEvent
-
internalOnError
-
logErrors
-
logFailure
default io.netty.channel.ChannelFuture logFailure(io.netty.channel.ChannelFuture f)
-