tibas_eventType
The tibas_eventType enumerated type represents the event types used by TIBCO ActiveSpaces functions.
Declaration
typedef enum {
TIBAS_EVENT_PUT ,
TIBAS_EVENT_TAKE,
TIBAS_EVENT_EXPIRE,
TIBAS_EVENT_EVICT
TIBAS_EVENT_SEED,
TIBAS_EVENT_UNSEED
} tibas_eventType;
Values
| Value | Description |
|---|---|
| TIBAS_EVENT_PUT | The Put event type is returned when a member puts or updates a tuple into a space. |
| TIBAS_EVENT_TAKE | The Take event type is returned when a member takes a tuple from a space. |
| TIBAS_EVENT_EXPIRE | The Expire event type is returned when a tuple expires from the space. |
| TIBAS_EVENT_EVICT | The Evict event type is returned when a tuple is evicted from the space. |
| TIBAS_EVENT_SEED | The Seed event type is returned when a tuple is seeded by the space. |
| TIBAS_EVENT_UNSEED | The Unseed event type is returned when a tuple into a space is unseeded from the space. |
Copyright © Cloud Software Group, Inc. All rights reserved.
