PrivMX DOCS
API Reference/PrivMX Endpoint Java/Core

Events

Event

public class Event<T>{
	String channel,
	Long connectionId,
	T data,
	String type
}

Fields

channel

String

The event channel.

connectionId

Long

ID of connection for this event.

data

T

The data payload associated with the event. The type of this data is determined by the generic type parameter T.

type

String

Type of the event.

InboxDeletedEventData

public class InboxDeletedEventData{
	String inboxId
}

Fields

inboxId

String

ID of the deleted Inbox.

InboxEntryDeletedEventData

public class InboxEntryDeletedEventData{
	String entryId,
	String inboxId
}

Fields

entryId

String

ID of the deleted entry.

inboxId

String

ID of the deleted entry's Inbox.

StoreDeletedEventData

public class StoreDeletedEventData{
	String storeId
}

Fields

storeId

String

ID of the deleted Store.

StoreFileDeletedEventData

public class StoreFileDeletedEventData{
	String contextId,
	String fileId,
	String storeId
}

Fields

contextId

String

ID of the Store's Context.

fileId

String

ID of the deleted file.

storeId

String

ID of the deleted file's Store.

StoreStatsChangedEventData

public class StoreStatsChangedEventData{
	String contextId,
	Long filesCount,
	Long lastFileDate,
	String storeId
}

Fields

contextId

String

ID of the changed Store's Context.

filesCount

Long

Updated number of files in the Store.

lastFileDate

Long

Updated date of the last file in the Store.

storeId

String

ID of the changed Store.

ThreadDeletedEventData

public class ThreadDeletedEventData{
	String threadId
}

Fields

threadId

String

ID of the deleted Thread.

ThreadDeletedMessageEventData

public class ThreadDeletedMessageEventData{
	String messageId,
	String threadId
}

Fields

messageId

String

ID of the deleted Message.

threadId

String

ID of the deleted message's Thread.

ThreadStatsEventData

public class ThreadStatsEventData{
	Long lastMsgDate,
	Long messagesCount,
	String threadId
}

Fields

lastMsgDate

Long

Timestamp of the most recent Thread message.

messagesCount

Long

Updated number of messages in the Thread.

threadId

String

ID of the changed Thread.

We use cookies on our website. We use them to ensure the proper functioning of the site and, if you agree, for purposes we set, such as analytics or marketing.