Package com.caplin.datasource.messaging
Interface Field
public interface Field
Represents a name/value field pair.
You do not have to implement this interface yourself. Fields can be retrieved from the relevant implementations of
Message; for example,
RecordMessage provides the
RecordMessage.getFields() method and
PermissionMessage provides the
PermissionMessage.getFields() method.
-
Method Summary