Class RoutingFunction

  • All Implemented Interfaces:
    Function<Object,​Object>

    public class RoutingFunction
    extends Object
    implements Function<Object,​Object>
    An implementation of Function which acts as a gateway/router by actually delegating incoming invocation to a function specified .. .
    Since:
    2.1
    Author:
    Oleg Zhurakousky