Interface UiMessageHandlerFactory


  • public interface UiMessageHandlerFactory
    Abstraction of an entity capable of producing a set of message handlers specific to the given user interface connection.
    • Method Detail

      • newHandlers

        java.util.Collection<UiMessageHandler> newHandlers()
        Produces a collection of new message handlers.
        Returns:
        collection of new handlers