Class RuntimeBusCustomizerBuildItem


  • public final class RuntimeBusCustomizerBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Holds a Consumer that will be used to customize the runtime Bus right after its creation.
    • Constructor Detail

      • RuntimeBusCustomizerBuildItem

        public RuntimeBusCustomizerBuildItem​(io.quarkus.runtime.RuntimeValue<Consumer<org.apache.cxf.Bus>> customizer)
    • Method Detail

      • getCustomizer

        public io.quarkus.runtime.RuntimeValue<Consumer<org.apache.cxf.Bus>> getCustomizer()