Interface MethodCreator<T extends org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler>
- Type Parameters:
T- the type of the method handler
public interface MethodCreator<T extends org.eclipse.milo.opcua.sdk.server.api.methods.AbstractMethodInvocationHandler>
A simplemethod creator.
- Author:
- Holger Eichelberger, SSE
-
Method Summary
-
Method Details
-
create
Creates a method instance.- Parameters:
node- the creating method node- Returns:
- the method instance
-