Interface PyroInputConsumer

    • Method Detail

      • accepts

        Class[] accepts()
        Returns the class that the consumer accepts.
        Returns:
        the Class of objects that can be processed
      • input

        void input​(Object obj)
        The method that accepts the input object.
        Parameters:
        obj - the object to accept and process