All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.uberfire.commons.message.MessageHandlerResolver Maven / Gradle / Ivy

package org.uberfire.commons.message;

public interface MessageHandlerResolver {

    String getServiceId();

    public MessageHandler resolveHandler( final String serviceId,
                                          final MessageType type );

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy