Interface ChatHandler


public interface ChatHandler
Objects that can be registered with a ServiceAnnouncingChatHandlerProvider and provide http endpoints for indexing-related objects. This interface is empty because it only exists to signal intent. The actual http endpoints are provided through JAX-RS annotations on the ChatHandler objects.