Package io.fabric8.kubernetes.client
Interface KubernetesClientBuilder.ExecutorSupplier
-
- Enclosing class:
- KubernetesClientBuilder
- 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 KubernetesClientBuilder.ExecutorSupplier extends Supplier<Executor>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
onClose(Executor executor)
-
-
-
Method Detail
-
onClose
default void onClose(Executor executor)
-
-