org.robokind.api.messaging
Interface RecordSender<T>

Type Parameters:
T - type of Record sent by this RecordSender

public interface RecordSender<T>

Sends a Record to some RecordReceiver. A Record is a serialized Message which can be easily transported or persisted.

Author:
Matthew Stevenson

Method Summary
 void sendRecord(T record)
          Sends the given record to some RecordReceiver.
 

Method Detail

sendRecord

void sendRecord(T record)
Sends the given record to some RecordReceiver.

Parameters:
record - the record to send


Copyright © 2011-2013. All Rights Reserved.