Package org.jboss.hal.core
Interface CrudOperations.AddCallback
-
- Enclosing class:
- CrudOperations
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface CrudOperations.AddCallback
Callback used inaddmethods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(String name, ResourceAddress address)Called after the resource has been added.
-
-
-
Method Detail
-
execute
void execute(@Nullable String name, ResourceAddress address)Called after the resource has been added.- Parameters:
name- the name of the resourceaddress- the resource address of the newly added resource
-
-