ForwardCallback


Description:


[ Version ( since = "0.3" ) ]
public delegate bool ForwardCallback<T> (Request req, Response res, NextCallback next, Context context, T value) throws Error

Define a type of Valum.HandlerCallback that forward a generic value.


Namespace: Valum
Package: valum-0.3