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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T create​(org.eclipse.milo.opcua.sdk.server.nodes.UaMethodNode node)
      Creates a method instance.
    • Method Detail

      • 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