Interface IPort<T>

  • Type Parameters:
    T - the type of the port's component
    All Known Implementing Classes:
    PortServlet

    public interface IPort<T>
    The IPort interface is implemented by every port.
    • Method Detail

      • setContext

        void setContext​(Object context)
        Sets the context of the port's component.
        Parameters:
        context - the context of the port's component