Messages are implemented as a subclass of {@link MiniObject} with a generic{@link Structure} as the content. This allows for writing custom messages withoutrequiring an API change while allowing a wide range of different types of messages.
Messages are posted by objects in the pipeline and are passed to the application using the {@link Bus}. The basic use pattern of posting a message on a Bus is as follows: bus.post(new EOSMessage(source));
|
|