
public interface IMessageBroker
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
SendNewMessage(Object type,
Object key,
Collection<?> args)
This method sends a new message to the broker.
|
Collection<?> SendNewMessage(Object type, Object key, Collection<?> args) throws AdapterException
type - Type of the message, for example ServiceCall or ContextPublishkey - Key to identify the concrete objectargs - Arguments forwarded to universAAlAdapterExceptionCopyright © 2018 universAAL Consortium. All rights reserved.