Interface MessageListener<T extends Msg>

All Known Implementing Classes:
Consumer, MessagingCacheSynchronizer, StatusInfoListener

public interface MessageListener<T extends Msg>
User: Stephan Bösebeck Date: 26.05.12 Time: 17:19

  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
     
    process message, send answer if null is returned, no answer is sent
  • Method Details