Uses of Interface
org.uberfire.commons.message.MessageType
-
Packages that use MessageType Package Description org.uberfire.commons.message -
-
Uses of MessageType in org.uberfire.commons.message
Methods in org.uberfire.commons.message that return types with arguments of type MessageType Modifier and Type Method Description Pair<MessageType,Map<String,String>>MessageHandler. handleMessage(MessageType type, Map<String,String> content)Methods in org.uberfire.commons.message with parameters of type MessageType Modifier and Type Method Description voidMessageService. broadcast(String serviceId, MessageType type, Map<String,String> content)voidMessageService. broadcast(String serviceId, MessageType type, Map<String,String> content, int timeOut, AsyncCallback callback)voidMessageService. broadcastAndWait(String serviceId, MessageType type, Map<String,String> content, int timeOut)voidMessageService. broadcastAndWait(String serviceId, MessageType type, Map<String,String> content, int timeOut, AsyncCallback callback)Pair<MessageType,Map<String,String>>MessageHandler. handleMessage(MessageType type, Map<String,String> content)voidAsyncCallback. onReply(MessageType type, Map<String,String> content)MessageHandlerMessageHandlerResolver. resolveHandler(String serviceId, MessageType type)voidMessageService. sendTo(String resourceId, String serviceId, MessageType type, Map<String,String> content)
-