Package io.quarkus.devui.deployment
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 Summary
ConstructorsConstructorDescriptionDeploymentMethodBuildItem(Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.DeploymentJsonRpcMethod> methods, Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.DeploymentJsonRpcMethod> subscriptions, Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.RecordedJsonRpcMethod> recordedMethods, Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.RecordedJsonRpcMethod> recordedSubscriptions) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanboolean
-
Constructor Details
-
DeploymentMethodBuildItem
public DeploymentMethodBuildItem(Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.DeploymentJsonRpcMethod> methods, Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.DeploymentJsonRpcMethod> subscriptions, Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.RecordedJsonRpcMethod> recordedMethods, Map<String, io.quarkus.devui.spi.buildtime.jsonrpc.RecordedJsonRpcMethod> recordedSubscriptions)
-
-
Method Details
-
getMethods
-
hasMethods
public boolean hasMethods() -
getSubscriptions
-
hasSubscriptions
public boolean hasSubscriptions() -
getRecordedMethods
-
hasRecordedMethods
public boolean hasRecordedMethods() -
getRecordedSubscriptions
-
hasRecordedSubscriptions
public boolean hasRecordedSubscriptions()
-