Interface AccessLogFactory

All Superinterfaces:
Function<AccessLogArgProvider,@Nullable AccessLog>

public interface AccessLogFactory extends Function<AccessLogArgProvider,@Nullable AccessLog>
An interface to declare more concisely a Function that apply an AccessLog by an AccessLogArgProvider.

Can be used in accessLog method for example.

Since:
1.0.3
Author:
Simon Baslé, Audrey Neveu