Errai 3.0.1-SNAPSHOT

org.jboss.errai.bus.client.api.builder
Interface MessageBuild

All Superinterfaces:
Sendable
All Known Subinterfaces:
MessageBuildCommand<R>, MessageBuildParms<R>, MessageBuildSubject<R>

public interface MessageBuild
extends Sendable

This interface is the template for creating any message builders. The message builders ensure that all messages are properly created with all appropriate fields

Part of the fluent API centered around MessageBuilder.


Method Summary
 Message getMessage()
          Gets the message created.
 

Method Detail

getMessage

Message getMessage()
Gets the message created.

Specified by:
getMessage in interface Sendable
Returns:
the message in question.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.