@ProviderType
public interface MessageBus
Modifier and Type | Method and Description |
---|---|
Destination |
getDestination(String destinationName) |
void |
sendMessage(String destinationName,
Message message) |
void |
shutdown() |
void |
shutdown(boolean force) |
Destination getDestination(String destinationName)
void sendMessage(String destinationName, Message message)
void shutdown()
void shutdown(boolean force)