Class DeploymentMethodBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.devui.deployment.DeploymentMethodBuildItem

public final class DeploymentMethodBuildItem extends io.quarkus.builder.item.SimpleBuildItem
Hold add discovered build time methods that can be executed via json-rpc
  • Constructor Details

    • DeploymentMethodBuildItem

      public DeploymentMethodBuildItem(List<String> methods, List<String> subscriptions, Map<String,io.quarkus.runtime.RuntimeValue> recordedValues)
  • Method Details

    • getMethods

      public List<String> getMethods()
    • hasMethods

      public boolean hasMethods()
    • getSubscriptions

      public List<String> getSubscriptions()
    • hasSubscriptions

      public boolean hasSubscriptions()
    • getRecordedValues

      public Map<String,io.quarkus.runtime.RuntimeValue> getRecordedValues()
    • hasRecordedValues

      public boolean hasRecordedValues()