Class ArmeriaBundle<C extends Configuration>

java.lang.Object
com.linecorp.armeria.dropwizard.ArmeriaBundle<C>
Type Parameters:
C - The Dropwizard Configuration type.
All Implemented Interfaces:
ConfiguredBundle<C>

public abstract class ArmeriaBundle<C extends Configuration>
extends Object
implements ConfiguredBundle<C>
A Dropwizard ConfiguredBundle that routes requests through an Armeria Server rather than the default Jetty server.