Interface ClusterAuthSharedKeySupplier

All Superinterfaces:
Supplier<Optional<byte[]>>
All Known Implementing Classes:
DefaultClusterAuthSharedKeySupplier

public interface ClusterAuthSharedKeySupplier extends Supplier<Optional<byte[]>>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • refresh

      void refresh()