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

    Modifier and Type
    Method
    Description
    create(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node)
    Creates a method instance.
  • Method Details

    • create

      T create(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node)
      Creates a method instance.
      Parameters:
      node - the creating method node
      Returns:
      the method instance