public class IntentBatchLeaderEvent extends AbstractEvent<IntentBatchLeaderEvent.Type,ApplicationId>
| Modifier and Type | Class and Description |
|---|---|
static class |
IntentBatchLeaderEvent.Type |
| Constructor and Description |
|---|
IntentBatchLeaderEvent(IntentBatchLeaderEvent.Type type,
ApplicationId appId)
Creates an event of a given type and for the specified appId and the
current time.
|
IntentBatchLeaderEvent(IntentBatchLeaderEvent.Type type,
ApplicationId appId,
long time)
Creates an event of a given type and for the specified appId and the
current time.
|
public IntentBatchLeaderEvent(IntentBatchLeaderEvent.Type type, ApplicationId appId, long time)
type - event typeappId - subject appIdtime - time the event created in milliseconds since start of epochpublic IntentBatchLeaderEvent(IntentBatchLeaderEvent.Type type, ApplicationId appId)
type - event typeappId - subject appIdCopyright © 2015. All rights reserved.