Interface IOTypePublisher<I,​O>

  • Type Parameters:
    I - the input type
    O - the output type

    public interface IOTypePublisher<I,​O>

    Interface which allows getting Input and Output Types

    Since:
    1.0
    Author:
    Christoph Praschl
    • Method Detail

      • getOutType

        Class<O> getOutType()
        Returns:
        OutputType of class
      • getInType

        Class<I> getInType()
        Returns:
        InputType of class