public class EventBatch extends Object
Contains the cluster name, member address and list of events ordered by their occurrence time. Serialized as JSON for sending to Management Center.
| Constructor and Description |
|---|
EventBatch(String cluster,
String address,
List<Event> events) |
public JsonObject toJson()
Copyright © 2019 Hazelcast, Inc.. All rights reserved.