Interface AuditLogFacade

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 AuditLogFacade
Facade interface encapsulating the creation of a concrete AuditLog implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.vavr.control.Try<AuditLog>
    Returns a Try of the AuditLog.
  • Method Details

    • tryGetAuditLog

      @Nonnull io.vavr.control.Try<AuditLog> tryGetAuditLog()
      Returns a Try of the AuditLog.
      Returns:
      A Try of the AuditLog.