Skip to content

Commit

Permalink
Update documentation to support the ones in EventHubMessageSerializer. (
Browse files Browse the repository at this point in the history
  • Loading branch information
conniey authored Dec 8, 2022
1 parent 52b391a commit e3e00fe
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,23 +191,16 @@ public EventData(BinaryData body) {
* <p>
* The following types are supported:
* <ul>
* <li>{@link java.math.BigInteger}</li>
* <li>{@link java.math.BigDecimal}</li>
* <li>{@link Boolean}</li>
* <li>{@link Byte}</li>
* <li>{@code byte[]}</li>
* <li>{@link Character}</li>
* <li>{@link java.util.Date}</li>
* <li>{@link Double}</li>
* <li>{@link Float}</li>
* <li>{@link Integer}</li>
* <li>{@link Long}</li>
* <li>{@link Short}</li>
* <li>{@link String}</li>
* <li>{@link Instant}</li>
* <li>{@link java.util.UUID}</li>
* </ul>
*
*
* @return Application properties associated with this {@link EventData}. For received {@link EventData}, the map is
* a read-only view.
*/
Expand Down

0 comments on commit e3e00fe

Please sign in to comment.