Interface Selectable

All Known Subinterfaces:
EventSourceBuilder, MessageEndpointFactory<T>, MessageLogReceiverEndpointFactory, MessageSenderEndpointFactory
All Known Implementing Classes:
DefaultEventSourceBuilder

public interface Selectable
  • Method Summary

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

    • matches

      boolean matches(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

      Class<? extends Selector> selector()