Interface InternalAPIHandler
public interface InternalAPIHandler
InternalAPIHandler is the interface that need to be implemented in order to set handlers to an internal API.-
Method Summary
-
Method Details
-
getName
String getName()Gets the Handler name.- Returns:
- the name of the Handler
-
setName
Sets the name of the Handler- Parameters:
name- name of the Handler
-
invoke
Invoke the handler logic- Returns:
- state
-