fnproject/fdk-java

Move the check for a method into the MethodInvoker

mjg123 opened this issue · 0 comments

Currently all function classes are required to have a method which is designated as "the function". This isn't necessary for all invokers, eg those that can determine the method themselves by reflection or other means.

This check should be lifted from the EntryPoint class into the MethodInvoker.