Interface Selectable

    • Method Summary

      Modifier and Type Method Description
      boolean matches​(java.lang.Class<? extends Selector> channelSelector)
      Returns true if the factory is capable to create a MessageEndpoint matching the given selector, false otherwise.
      java.lang.Class<? extends Selector> selector()  
    • Method Detail

      • matches

        boolean matches​(java.lang.Class<? extends Selector> channelSelector)
        Returns true if the factory is capable to create a MessageEndpoint matching the given selector, false otherwise.
        Parameters:
        channelSelector - the selector
        Returns:
        boolean
      • selector

        java.lang.Class<? extends Selector> selector()