Interface ActionServiceFactory

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 ActionServiceFactory
Factory for creating the ActionProcessor for an endpoint. Each endpoint - a service name for a dataset has an associated ActionProcessor to handle the request. This created when the configuration file is read or the server built programmatically. ActionService is a common super class of request handlers, includes counters for operations and has a validate-execute lifecycle.
See Also: