Interface EntityInstanceHandler

All Known Implementing Classes:
DefaultEntityInstanceHandler
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 EntityInstanceHandler
Functional interface for handling entity instances. Implementations of this interface are responsible for processing or flushing entity instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    flush(EntityInstance entityInstance)
    Flush the given entity instance.
  • Method Details

    • flush

      void flush(EntityInstance entityInstance)
      Flush the given entity instance.
      Parameters:
      entityInstance - the entity instance to be flushed