Package io.quarkus.test.services.quarkus
Interface RemoteDevModeQuarkusApplicationManagedResourceBinding
-
public interface RemoteDevModeQuarkusApplicationManagedResourceBinding
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanappliesFor(ServiceContext context)QuarkusManagedResourceinit(RemoteDevModeQuarkusApplicationManagedResourceBuilder builder)Init and return the managed resource for the current context.
-
-
-
Method Detail
-
appliesFor
boolean appliesFor(ServiceContext context)
- Parameters:
context-- Returns:
- if the current managed resource applies for the current context.
-
init
QuarkusManagedResource init(RemoteDevModeQuarkusApplicationManagedResourceBuilder builder)
Init and return the managed resource for the current context.- Parameters:
builder-- Returns:
-
-