All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.grzesiek_galezowski.test_environment.buffer.interfaces.ItemSubscriber Maven / Gradle / Ivy

package com.github.grzesiek_galezowski.test_environment.buffer.interfaces;

/**
 * Created by grzes on 11.07.2017.
 */
public interface ItemSubscriber {
  void itemStored(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy