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 forAdapterEvents.Database adapter events and infrastructure are "Nessie internal" and may change, even * fundamentally, w/o prior notice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(AdapterEvent adapterEvent)
-
-
-
Method Detail
-
accept
void accept(AdapterEvent adapterEvent)
- Specified by:
acceptin interfacejava.util.function.Consumer<AdapterEvent>
-
-