Package com.algorithmia.development
Class Handler<INPUT,OUTPUT>
- java.lang.Object
-
- com.algorithmia.development.Handler<INPUT,OUTPUT>
-
public class Handler<INPUT,OUTPUT> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Handler(AbstractAlgorithm<INPUT,OUTPUT> implementation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidserve()
-
-
-
Constructor Detail
-
Handler
public Handler(AbstractAlgorithm<INPUT,OUTPUT> implementation)
-
-