Interface AdapterEventConsumer

  • All Superinterfaces:
    java.util.function.Consumer<AdapterEvent>
    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 AdapterEventConsumer
    extends java.util.function.Consumer<AdapterEvent>
    Consumer interface for AdapterEvents.

    Database adapter events and infrastructure are "Nessie internal" and may change, even * fundamentally, w/o prior notice.

    • Method Detail

      • accept

        void accept​(AdapterEvent adapterEvent)
        Specified by:
        accept in interface java.util.function.Consumer<AdapterEvent>