Interface IPublisher

All Known Implementing Classes:
LogFilePublisher, SimpleJmsPublisher

public interface IPublisher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publish(Context context, String text)
     
  • Method Details