Interface ResultHandler

  • All Superinterfaces:
    java.util.function.Consumer<Result>

    public interface ResultHandler
    extends java.util.function.Consumer<Result>
    Marker interface for a result handler.
    Author:
    Middleware Services
    • Method Summary

      • Methods inherited from interface java.util.function.Consumer

        accept, andThen