Interface ConsumingPlugin<T>

Type Parameters:
T - generic type

public interface ConsumingPlugin<T>
Author:
Andrea Di Cesare <andrea@softinstigate.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addConsumer(Consumer<T> consumer)
     
  • Method Details

    • addConsumer

      void addConsumer(Consumer<T> consumer)