Class ErrorHandlingBundle<T>
- java.lang.Object
-
- org.finos.legend.engine.server.core.bundles.ErrorHandlingBundle<T>
-
- All Implemented Interfaces:
io.dropwizard.ConfiguredBundle<T>
public class ErrorHandlingBundle<T> extends Object implements io.dropwizard.ConfiguredBundle<T>
-
-
Constructor Summary
Constructors Constructor Description ErrorHandlingBundle(Function<T,ErrorHandlingConfiguration> provider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinitialize(io.dropwizard.setup.Bootstrap<?> bootstrap)voidrun(T serverConfiguration, io.dropwizard.setup.Environment environment)
-
-
-
Constructor Detail
-
ErrorHandlingBundle
public ErrorHandlingBundle(Function<T,ErrorHandlingConfiguration> provider)
-
-