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 Summary

    Modifier and Type
    Method
    Description
    void
    setContext(Object context)
    Sets the context of the port's component.
  • Method Details

    • setContext

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