Class TraceTokenBundle

  • All Implemented Interfaces:
    io.dropwizard.ConfiguredBundle<io.dropwizard.Configuration>

    public class TraceTokenBundle
    extends java.lang.Object
    implements io.dropwizard.ConfiguredBundle<io.dropwizard.Configuration>
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static TraceTokenBundle.Builder builder()  
      void initialize​(io.dropwizard.setup.Bootstrap<?> bootstrap)  
      void run​(io.dropwizard.Configuration configuration, io.dropwizard.setup.Environment environment)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initialize

        public void initialize​(io.dropwizard.setup.Bootstrap<?> bootstrap)
        Specified by:
        initialize in interface io.dropwizard.ConfiguredBundle<io.dropwizard.Configuration>
      • run

        public void run​(io.dropwizard.Configuration configuration,
                        io.dropwizard.setup.Environment environment)
        Specified by:
        run in interface io.dropwizard.ConfiguredBundle<io.dropwizard.Configuration>