Uses of Record Class
io.quarkus.devservices.crossclassloader.runtime.DevServiceOwner
Packages that use DevServiceOwner
-
Uses of DevServiceOwner in io.quarkus.devservices.crossclassloader.runtime
Methods in io.quarkus.devservices.crossclassloader.runtime that return DevServiceOwnerModifier and TypeMethodDescriptionComparableDevServicesConfig.owner()Returns the value of theownerrecord component.Methods in io.quarkus.devservices.crossclassloader.runtime with parameters of type DevServiceOwnerModifier and TypeMethodDescriptionvoidRunningDevServicesRegistry.closeAllRunningServices(DevServiceOwner owner) Method parameters in io.quarkus.devservices.crossclassloader.runtime with type arguments of type DevServiceOwnerModifier and TypeMethodDescriptionvoidRunningDevServicesRegistry.closeRemainingRunningServices(UUID uuid, String launchMode, Collection<DevServiceOwner> ownersToKeep) Constructors in io.quarkus.devservices.crossclassloader.runtime with parameters of type DevServiceOwnerModifierConstructorDescriptionComparableDevServicesConfig(UUID applicationInstanceId, DevServiceOwner owner, Object globalConfig, Object identifyingConfig) Creates an instance of aComparableDevServicesConfigrecord class.