Interface PersistenceAcceptor

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 PersistenceAcceptor
  • Method Summary

    Modifier and Type Method Description
    void accept​(long objectId, Object instance)  
    static void noOp​(long objectId, Object instance)  
  • Method Details

    • accept

      void accept​(long objectId, Object instance)
    • noOp

      static void noOp​(long objectId, Object instance)