Interface Channel<T>

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DefaultChannel

public interface Channel<T> extends AutoCloseable
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A destination for messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    void
    publish(T message)
     
    boolean
    tryPublish(T message)