Interface MessageBus
@ProviderType
public interface MessageBus
- Author:
- Michael C. Han, Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptiongetDestination
(String destinationName) void
sendMessage
(String destinationName, Message message)
-
Method Details
-
getDestination
-
sendMessage
-