Interface ClusterNameSupplier

All Superinterfaces:
Supplier<Set<String>>
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 interface ClusterNameSupplier extends Supplier<Set<String>>
A supplier of sets of cluster names.

This class is used when management over REST is deployed in a multi-cluster environment, for example WebLogic.

Since:
22.06
Author:
Jonathan Knight 2022.01.25
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
    An AbstractBinder to bind a ClusterNameSupplier to a resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()